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
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
System.String
Remarks
DeviceId
The ID of the device.
string DeviceId { get; }
Property Value
System.String
Remarks
GlobalNetworkId
The ID of the global network.
string GlobalNetworkId { get; }
Property Value
System.String
Remarks
LinkId
The ID of the link.
virtual string LinkId { get; }
Property Value
System.String