| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnTransitGatewayVpcAttachment.Builder |
CfnTransitGatewayVpcAttachment.Builder.addSubnetIds(List<String> addSubnetIds)
The IDs of one or more subnets to add.
|
static CfnTransitGatewayVpcAttachment.Builder |
CfnTransitGatewayVpcAttachment.Builder.create(software.constructs.Construct scope,
String id) |
CfnTransitGatewayVpcAttachment.Builder |
CfnTransitGatewayVpcAttachment.Builder.options(Object options)
The VPC attachment options in JSON or YAML.
|
CfnTransitGatewayVpcAttachment.Builder |
CfnTransitGatewayVpcAttachment.Builder.removeSubnetIds(List<String> removeSubnetIds)
The IDs of one or more subnets to remove.
|
CfnTransitGatewayVpcAttachment.Builder |
CfnTransitGatewayVpcAttachment.Builder.subnetIds(List<String> subnetIds)
The IDs of the subnets.
|
CfnTransitGatewayVpcAttachment.Builder |
CfnTransitGatewayVpcAttachment.Builder.tags(List<? extends CfnTag> tags)
The tags for the VPC attachment.
|
CfnTransitGatewayVpcAttachment.Builder |
CfnTransitGatewayVpcAttachment.Builder.transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
CfnTransitGatewayVpcAttachment.Builder |
CfnTransitGatewayVpcAttachment.Builder.vpcId(String vpcId)
The ID of the VPC.
|
Copyright © 2022. All rights reserved.