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();