Class CfnTransitGatewayRouteTablePropagationProps
Properties for defining a CfnTransitGatewayRouteTablePropagation
.
Inheritance
System.Object
CfnTransitGatewayRouteTablePropagationProps
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayRouteTablePropagationProps : Object, ICfnTransitGatewayRouteTablePropagationProps
Syntax (vb)
Public Class CfnTransitGatewayRouteTablePropagationProps
Inherits Object
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
TransitGatewayAttachmentId | The ID of the attachment. |
TransitGatewayRouteTableId | The ID of the propagation route table. |
Constructors
CfnTransitGatewayRouteTablePropagationProps()
public CfnTransitGatewayRouteTablePropagationProps()
Properties
TransitGatewayAttachmentId
The ID of the attachment.
public string TransitGatewayAttachmentId { get; set; }
Property Value
System.String
Remarks
TransitGatewayRouteTableId
The ID of the propagation route table.
public string TransitGatewayRouteTableId { get; set; }
Property Value
System.String