| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnVPCGatewayAttachment.Builder |
CfnVPCGatewayAttachment.Builder.create(software.constructs.Construct scope,
String id) |
CfnVPCGatewayAttachment.Builder |
CfnVPCGatewayAttachment.Builder.internetGatewayId(String internetGatewayId)
The ID of the internet gateway.
|
CfnVPCGatewayAttachment.Builder |
CfnVPCGatewayAttachment.Builder.vpcId(String vpcId)
The ID of the VPC.
|
CfnVPCGatewayAttachment.Builder |
CfnVPCGatewayAttachment.Builder.vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
Copyright © 2022. All rights reserved.