Interface ICfnTransitGatewayRouteTableAssociationProps
Properties for defining a CfnTransitGatewayRouteTableAssociation
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTransitGatewayRouteTableAssociationProps
Syntax (vb)
Public Interface ICfnTransitGatewayRouteTableAssociationProps
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 cfnTransitGatewayRouteTableAssociationProps = new CfnTransitGatewayRouteTableAssociationProps {
TransitGatewayAttachmentId = "transitGatewayAttachmentId",
TransitGatewayRouteTableId = "transitGatewayRouteTableId"
};
Synopsis
Properties
TransitGatewayAttachmentId | The ID of the attachment. |
TransitGatewayRouteTableId | The ID of the route table for the transit gateway. |
Properties
TransitGatewayAttachmentId
The ID of the attachment.
string TransitGatewayAttachmentId { get; }
Property Value
System.String
Remarks
TransitGatewayRouteTableId
The ID of the route table for the transit gateway.
string TransitGatewayRouteTableId { get; }
Property Value
System.String