Interface ICfnTransitGatewayRouteTablePropagationMixinProps
Properties for CfnTransitGatewayRouteTablePropagationPropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnTransitGatewayRouteTablePropagationMixinProps
Syntax (vb)
Public Interface ICfnTransitGatewayRouteTablePropagationMixinProps
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.CfnPropertyMixins.AWS.EC2;
var cfnTransitGatewayRouteTablePropagationMixinProps = new CfnTransitGatewayRouteTablePropagationMixinProps {
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
Remarks
TransitGatewayRouteTableId
The ID of the propagation route table.
object? TransitGatewayRouteTableId { get; }