interface PeeringAttachmentStatusProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty |
![]() | software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty |
![]() | aws_cdk.aws_ec2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty |
![]() | @aws-cdk/aws-ec2 » CfnTransitGatewayPeeringAttachment » PeeringAttachmentStatusProperty |
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 * as ec2 from '@aws-cdk/aws-ec2';
const peeringAttachmentStatusProperty: ec2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty = {
code: 'code',
message: 'message',
};
Properties
Name | Type | Description |
---|---|---|
code? | string | The status code. |
message? | string | The status message, if applicable. |
code?
Type:
string
(optional)
The status code.
message?
Type:
string
(optional)
The status message, if applicable.