Interface CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty.Jsii$Proxy
- Enclosing class:
- CfnTransitGatewayPeeringAttachment
@Stability(Stable)
public static interface CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty
extends software.amazon.jsii.JsiiSerializable
The status of the transit gateway peering attachment.
 
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.*;
 PeeringAttachmentStatusProperty peeringAttachmentStatusProperty = PeeringAttachmentStatusProperty.builder()
         .code("code")
         .message("message")
         .build();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getCodeThe status code.
- 
getMessageThe status message, if applicable.
- 
builder@Stability(Stable) static CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty.Builder builder()
 
-