Class CfnTransitGatewayRouteTablePropagationProps
Properties for defining a CfnTransitGatewayRouteTablePropagation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayRouteTablePropagationProps : ICfnTransitGatewayRouteTablePropagationProps
Syntax (vb)
Public Class CfnTransitGatewayRouteTablePropagationProps Implements ICfnTransitGatewayRouteTablePropagationProps
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 cfnTransitGatewayRouteTablePropagationProps = new CfnTransitGatewayRouteTablePropagationProps {
TransitGatewayAttachmentId = "transitGatewayAttachmentId",
TransitGatewayRouteTableId = "transitGatewayRouteTableId"
};
Synopsis
Constructors
| CfnTransitGatewayRouteTablePropagationProps() | Properties for defining a |
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
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
Remarks
TransitGatewayRouteTableId
The ID of the propagation route table.
public string TransitGatewayRouteTableId { get; set; }