Interface ICfnEgressOnlyInternetGatewayProps
Properties for defining a CfnEgressOnlyInternetGateway
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnEgressOnlyInternetGatewayProps
Syntax (vb)
Public Interface ICfnEgressOnlyInternetGatewayProps
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.EC2;
var cfnEgressOnlyInternetGatewayProps = new CfnEgressOnlyInternetGatewayProps {
VpcId = "vpcId"
};
Synopsis
Properties
VpcId | The ID of the VPC for which to create the egress-only internet gateway. |
Properties
VpcId
The ID of the VPC for which to create the egress-only internet gateway.
string VpcId { get; }
Property Value
System.String