Interface ICfnGatewayRouteTableAssociationMixinProps
Properties for CfnGatewayRouteTableAssociationPropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnGatewayRouteTableAssociationMixinProps
Syntax (vb)
Public Interface ICfnGatewayRouteTableAssociationMixinProps
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 cfnGatewayRouteTableAssociationMixinProps = new CfnGatewayRouteTableAssociationMixinProps {
GatewayId = "gatewayId",
RouteTableId = "routeTableId"
};
Synopsis
Properties
| GatewayId | The ID of the gateway. |
| RouteTableId | The ID of the route table. |
Properties
GatewayId
The ID of the gateway.
object? GatewayId { get; }
Property Value
Remarks
RouteTableId
The ID of the route table.
object? RouteTableId { get; }