@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:59.269Z")
public interface CfnTransitGatewayPeeringAttachmentProps
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.*; CfnTransitGatewayPeeringAttachmentProps cfnTransitGatewayPeeringAttachmentProps = CfnTransitGatewayPeeringAttachmentProps.builder() .peerAccountId("peerAccountId") .peerRegion("peerRegion") .peerTransitGatewayId("peerTransitGatewayId") .transitGatewayId("transitGatewayId") // the properties below are optional .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTransitGatewayPeeringAttachmentProps.Builder
A builder for
CfnTransitGatewayPeeringAttachmentProps |
static class |
CfnTransitGatewayPeeringAttachmentProps.Jsii$Proxy
An implementation for
CfnTransitGatewayPeeringAttachmentProps |
Modifier and Type | Method and Description |
---|---|
static CfnTransitGatewayPeeringAttachmentProps.Builder |
builder() |
java.lang.String |
getPeerAccountId()
The ID of the AWS account that owns the transit gateway.
|
java.lang.String |
getPeerRegion()
The Region of the transit gateway.
|
java.lang.String |
getPeerTransitGatewayId()
The ID of the transit gateway.
|
default java.util.List<CfnTag> |
getTags()
The tags for the transit gateway peering attachment.
|
java.lang.String |
getTransitGatewayId()
The ID of the transit gateway peering attachment.
|
java.lang.String getPeerAccountId()
java.lang.String getPeerRegion()
java.lang.String getPeerTransitGatewayId()
java.lang.String getTransitGatewayId()
default java.util.List<CfnTag> getTags()
static CfnTransitGatewayPeeringAttachmentProps.Builder builder()