Show / Hide Table of Contents

Interface ICfnTransitGatewayRouteTablePropagationProps

Properties for defining a CfnTransitGatewayRouteTablePropagation.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTransitGatewayRouteTablePropagationProps
Syntax (vb)
Public Interface 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

Properties

TransitGatewayAttachmentId

The ID of the attachment.

TransitGatewayRouteTableId

The ID of the propagation route table.

Properties

TransitGatewayAttachmentId

The ID of the attachment.

object TransitGatewayAttachmentId { get; }
Property Value

object

Remarks

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

Type union: either string or ITransitGatewayAttachmentRef

TransitGatewayRouteTableId

The ID of the propagation route table.

object TransitGatewayRouteTableId { get; }
Property Value

object

Remarks

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

Type union: either string or ITransitGatewayRouteTableRef

Back to top Generated by DocFX