Show / Hide Table of Contents

Class CfnTransitGatewayRouteTablePropagationProps

Properties for defining a CfnTransitGatewayRouteTablePropagation.

Inheritance
object
CfnTransitGatewayRouteTablePropagationProps
Implements
ICfnTransitGatewayRouteTablePropagationProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayRouteTablePropagationProps : ICfnTransitGatewayRouteTablePropagationProps
Syntax (vb)
Public Class CfnTransitGatewayRouteTablePropagationProps Implements ICfnTransitGatewayRouteTablePropagationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.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 cfnTransitGatewayRouteTablePropagationProps = new CfnTransitGatewayRouteTablePropagationProps {
                 TransitGatewayAttachmentId = "transitGatewayAttachmentId",
                 TransitGatewayRouteTableId = "transitGatewayRouteTableId"
             };

Synopsis

Constructors

CfnTransitGatewayRouteTablePropagationProps()

Properties for defining a CfnTransitGatewayRouteTablePropagation.

Properties

TransitGatewayAttachmentId

The ID of the attachment.

TransitGatewayRouteTableId

The ID of the propagation route table.

Constructors

CfnTransitGatewayRouteTablePropagationProps()

Properties for defining a CfnTransitGatewayRouteTablePropagation.

public CfnTransitGatewayRouteTablePropagationProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.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 cfnTransitGatewayRouteTablePropagationProps = new CfnTransitGatewayRouteTablePropagationProps {
                 TransitGatewayAttachmentId = "transitGatewayAttachmentId",
                 TransitGatewayRouteTableId = "transitGatewayRouteTableId"
             };

Properties

TransitGatewayAttachmentId

The ID of the attachment.

public string TransitGatewayAttachmentId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayattachmentid

TransitGatewayRouteTableId

The ID of the propagation route table.

public string TransitGatewayRouteTableId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetablepropagation.html#cfn-ec2-transitgatewayroutetablepropagation-transitgatewayroutetableid

Implements

ICfnTransitGatewayRouteTablePropagationProps
Back to top Generated by DocFX