aws-cdk-lib.aws_ec2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty

interface PeeringAttachmentStatusProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnTransitGatewayPeeringAttachment_PeeringAttachmentStatusProperty
Javasoftware.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty
Pythonaws_cdk.aws_ec2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty
TypeScript aws-cdk-lib » 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 { aws_ec2 as ec2 } from 'aws-cdk-lib';
const peeringAttachmentStatusProperty: ec2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty = {
  code: 'code',
  message: 'message',
};

Properties

NameTypeDescription
code?stringThe status code.
message?stringThe status message, if applicable.

code?

Type: string (optional)

The status code.


message?

Type: string (optional)

The status message, if applicable.