Class CfnEgressOnlyInternetGatewayProps
Properties for defining a AWS::EC2::EgressOnlyInternetGateway
.
Inheritance
System.Object
CfnEgressOnlyInternetGatewayProps
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class CfnEgressOnlyInternetGatewayProps : Object, ICfnEgressOnlyInternetGatewayProps
Syntax (vb)
Public Class CfnEgressOnlyInternetGatewayProps
Inherits Object
Implements ICfnEgressOnlyInternetGatewayProps
Remarks
stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html
Synopsis
Constructors
CfnEgressOnlyInternetGatewayProps() |
Properties
VpcId |
|
Constructors
CfnEgressOnlyInternetGatewayProps()
public CfnEgressOnlyInternetGatewayProps()
Properties
VpcId
AWS::EC2::EgressOnlyInternetGateway.VpcId
.
public string VpcId { get; set; }
Property Value
System.String