| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnTransitGatewayPeeringAttachment.Builder |
CfnTransitGatewayPeeringAttachment.Builder.create(software.constructs.Construct scope,
String id) |
CfnTransitGatewayPeeringAttachment.Builder |
CfnTransitGatewayPeeringAttachment.Builder.peerAccountId(String peerAccountId)
The ID of the AWS account that owns the transit gateway.
|
CfnTransitGatewayPeeringAttachment.Builder |
CfnTransitGatewayPeeringAttachment.Builder.peerRegion(String peerRegion)
The Region of the transit gateway.
|
CfnTransitGatewayPeeringAttachment.Builder |
CfnTransitGatewayPeeringAttachment.Builder.peerTransitGatewayId(String peerTransitGatewayId)
The ID of the transit gateway.
|
CfnTransitGatewayPeeringAttachment.Builder |
CfnTransitGatewayPeeringAttachment.Builder.tags(List<? extends CfnTag> tags)
The tags for the transit gateway peering attachment.
|
CfnTransitGatewayPeeringAttachment.Builder |
CfnTransitGatewayPeeringAttachment.Builder.transitGatewayId(String transitGatewayId)
The ID of the transit gateway peering attachment.
|
Copyright © 2022. All rights reserved.