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 Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCode
The status code. -
getMessage
The status message, if applicable. -
builder
@Stability(Stable) static CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty.Builder builder()
-