UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 786 B
"use strict"; // CloudFormation Resource AWS::NetworkManager::CustomerGatewayAssociation Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomerGatewayAssociation_Type = void 0; const base_1 = require("../../base"); exports.CustomerGatewayAssociation_Type = 'AWS::NetworkManager::CustomerGatewayAssociation'; /** * The AWS::NetworkManager::CustomerGatewayAssociation type associates a * customer gateway with a device and optionally, with a link. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html} */ function CustomerGatewayAssociation(props) { return new base_1.CfnResource(exports.CustomerGatewayAssociation_Type, props); } exports.default = CustomerGatewayAssociation;