@Stability(value=External) public static final class CfnEgressOnlyInternetGateway.Builder extends Object
CfnEgressOnlyInternetGateway
.Modifier and Type | Method and Description |
---|---|
CfnEgressOnlyInternetGateway |
build() |
static CfnEgressOnlyInternetGateway.Builder |
create(Construct scope,
String id) |
CfnEgressOnlyInternetGateway.Builder |
vpcId(String vpcId)
`AWS::EC2::EgressOnlyInternetGateway.VpcId`.
|
@Stability(value=External) public static CfnEgressOnlyInternetGateway.Builder create(Construct scope, String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnEgressOnlyInternetGateway.Builder
.@Stability(value=External) public CfnEgressOnlyInternetGateway.Builder vpcId(String vpcId)
vpcId
- `AWS::EC2::EgressOnlyInternetGateway.VpcId`. This parameter is required.this
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html#cfn-ec2-egressonlyinternetgateway-vpcid
@Stability(value=External) public CfnEgressOnlyInternetGateway build()
Copyright © 2020. All rights reserved.