@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.036Z") @Stability(value=Stable) public interface CfnTransitGatewayPeeringAttachmentProps extends software.amazon.jsii.JsiiSerializable
| 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() |
String |
getPeerAccountId()
`AWS::EC2::TransitGatewayPeeringAttachment.PeerAccountId`.
|
String |
getPeerRegion()
`AWS::EC2::TransitGatewayPeeringAttachment.PeerRegion`.
|
String |
getPeerTransitGatewayId()
`AWS::EC2::TransitGatewayPeeringAttachment.PeerTransitGatewayId`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::TransitGatewayPeeringAttachment.Tags`.
|
String |
getTransitGatewayId()
`AWS::EC2::TransitGatewayPeeringAttachment.TransitGatewayId`.
|
@Stability(value=Stable) @NotNull String getPeerAccountId()
@Stability(value=Stable) @NotNull String getPeerRegion()
@Stability(value=Stable) @NotNull String getPeerTransitGatewayId()
@Stability(value=Stable) @NotNull String getTransitGatewayId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnTransitGatewayPeeringAttachmentProps.Builder builder()
Copyright © 2021. All rights reserved.