Show / Hide Table of Contents

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 CfnTransitGatewayPeeringAttachment.IPeeringAttachmentStatusProperty
Syntax (vb)
Public Interface CfnTransitGatewayPeeringAttachment.IPeeringAttachmentStatusProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaypeeringattachment-peeringattachmentstatus.html

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.

string? Code { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaypeeringattachment-peeringattachmentstatus.html#cfn-ec2-transitgatewaypeeringattachment-peeringattachmentstatus-code

Message

The status message, if applicable.

string? Message { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaypeeringattachment-peeringattachmentstatus.html#cfn-ec2-transitgatewaypeeringattachment-peeringattachmentstatus-message

Back to top Generated by DocFX