@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.910Z") @Stability(value=Stable) public interface CfnEgressOnlyInternetGatewayProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnEgressOnlyInternetGatewayProps cfnEgressOnlyInternetGatewayProps = CfnEgressOnlyInternetGatewayProps.builder()
.vpcId("vpcId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEgressOnlyInternetGatewayProps.Builder
A builder for
CfnEgressOnlyInternetGatewayProps |
static class |
CfnEgressOnlyInternetGatewayProps.Jsii$Proxy
An implementation for
CfnEgressOnlyInternetGatewayProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEgressOnlyInternetGatewayProps.Builder |
builder() |
String |
getVpcId()
`AWS::EC2::EgressOnlyInternetGateway.VpcId`.
|
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) static CfnEgressOnlyInternetGatewayProps.Builder builder()
Copyright © 2021. All rights reserved.