@Stability(value=Stable) public static final class CfnTransitGatewayPeeringAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnTransitGatewayPeeringAttachment>
CfnTransitGatewayPeeringAttachment.@Stability(value=Stable) public static CfnTransitGatewayPeeringAttachment.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.CfnTransitGatewayPeeringAttachment.TransitGatewayPeeringAttachmentOptionsProperty.Builder.@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder peerAccountId(String peerAccountId)
peerAccountId - The ID of the AWS account that owns the transit gateway. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder peerRegion(String peerRegion)
peerRegion - The Region of the transit gateway. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder peerTransitGatewayId(String peerTransitGatewayId)
peerTransitGatewayId - The ID of the transit gateway. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder transitGatewayId(String transitGatewayId)
transitGatewayId - The ID of the transit gateway peering attachment. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder options(CfnTransitGatewayPeeringAttachment.TransitGatewayPeeringAttachmentOptionsProperty options)
options - `AWS::EC2::TransitGatewayPeeringAttachment.Options`. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder options(IResolvable options)
options - `AWS::EC2::TransitGatewayPeeringAttachment.Options`. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment.Builder tags(List<? extends CfnTag> tags)
tags - The tags for the transit gateway peering attachment. This parameter is required.this@Stability(value=Stable) public CfnTransitGatewayPeeringAttachment build()
build in interface software.amazon.jsii.Builder<CfnTransitGatewayPeeringAttachment>Copyright © 2022. All rights reserved.