Interface CfnTransitGatewayPeeringAttachmentPropsMixin.PeeringAttachmentStatusProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTransitGatewayPeeringAttachmentPropsMixin.PeeringAttachmentStatusProperty.Jsii$Proxy
Enclosing class:
CfnTransitGatewayPeeringAttachmentPropsMixin

@Stability(Stable) public static interface CfnTransitGatewayPeeringAttachmentPropsMixin.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.cfnpropertymixins.services.ec2.*;
 PeeringAttachmentStatusProperty peeringAttachmentStatusProperty = PeeringAttachmentStatusProperty.builder()
         .code("code")
         .message("message")
         .build();
 

See Also: