Show / Hide Table of Contents

Interface ICfnCustomerGatewayAssociationProps

Properties for defining a CfnCustomerGatewayAssociation.

Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnCustomerGatewayAssociationProps
Syntax (vb)
Public Interface ICfnCustomerGatewayAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.NetworkManager;

             var cfnCustomerGatewayAssociationProps = new CfnCustomerGatewayAssociationProps {
                 CustomerGatewayArn = "customerGatewayArn",
                 DeviceId = "deviceId",
                 GlobalNetworkId = "globalNetworkId",

                 // the properties below are optional
                 LinkId = "linkId"
             };

Synopsis

Properties

CustomerGatewayArn

The Amazon Resource Name (ARN) of the customer gateway.

DeviceId

The ID of the device.

GlobalNetworkId

The ID of the global network.

LinkId

The ID of the link.

Properties

CustomerGatewayArn

The Amazon Resource Name (ARN) of the customer gateway.

string CustomerGatewayArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-customergatewayarn

DeviceId

The ID of the device.

string DeviceId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-deviceid

GlobalNetworkId

The ID of the global network.

string GlobalNetworkId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-globalnetworkid

LinkId

The ID of the link.

string? LinkId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-customergatewayassociation.html#cfn-networkmanager-customergatewayassociation-linkid

Back to top Generated by DocFX