Show / Hide Table of Contents

Class CfnEgressOnlyInternetGatewayProps

Properties for defining a AWS::EC2::EgressOnlyInternetGateway.

Inheritance
System.Object
CfnEgressOnlyInternetGatewayProps
Implements
ICfnEgressOnlyInternetGatewayProps
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

AWS::EC2::EgressOnlyInternetGateway.VpcId.

Constructors

CfnEgressOnlyInternetGatewayProps()

public CfnEgressOnlyInternetGatewayProps()

Properties

VpcId

AWS::EC2::EgressOnlyInternetGateway.VpcId.

public string VpcId { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid

Implements

ICfnEgressOnlyInternetGatewayProps
Back to top Generated by DocFX