Interface ICfnCarrierGatewayProps
Properties for defining a CfnCarrierGateway.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnCarrierGatewayProps
Syntax (vb)
Public Interface ICfnCarrierGatewayProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-carriergateway.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.EC2;
var cfnCarrierGatewayProps = new CfnCarrierGatewayProps {
VpcId = "vpcId",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
| Tags | The tags assigned to the carrier gateway. |
| VpcId | The ID of the VPC associated with the carrier gateway. |
Properties
Tags
VpcId
The ID of the VPC associated with the carrier gateway.
object VpcId { get; }
Property Value
Remarks
Type union: either string or IVPCRef