Interface CfnTransitGatewayPeeringAttachment.IPeeringAttachmentStatusProperty
The status of the transit gateway peering attachment.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPeeringAttachmentStatusProperty
Syntax (vb)
Public Interface IPeeringAttachmentStatusProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var peeringAttachmentStatusProperty = new PeeringAttachmentStatusProperty {
Code = "code",
Message = "message"
};
Synopsis
Properties
Code | The status code. |
Message | The status message, if applicable. |
Properties
Code
The status code.
virtual string Code { get; }
Property Value
System.String
Remarks
Message
The status message, if applicable.
virtual string Message { get; }
Property Value
System.String