Class CfnSubnetRouteTableAssociationMixinProps
Properties for CfnSubnetRouteTableAssociationPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnSubnetRouteTableAssociationMixinProps : ICfnSubnetRouteTableAssociationMixinProps
Syntax (vb)
Public Class CfnSubnetRouteTableAssociationMixinProps Implements ICfnSubnetRouteTableAssociationMixinProps
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.Mixins.Preview.AWS.EC2.Mixins;
var cfnSubnetRouteTableAssociationMixinProps = new CfnSubnetRouteTableAssociationMixinProps {
RouteTableId = "routeTableId",
SubnetId = "subnetId"
};
Synopsis
Constructors
| CfnSubnetRouteTableAssociationMixinProps() | Properties for CfnSubnetRouteTableAssociationPropsMixin. |
Properties
| RouteTableId | The ID of the route table. |
| SubnetId | The ID of the subnet. |
Constructors
CfnSubnetRouteTableAssociationMixinProps()
Properties for CfnSubnetRouteTableAssociationPropsMixin.
public CfnSubnetRouteTableAssociationMixinProps()
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.Mixins.Preview.AWS.EC2.Mixins;
var cfnSubnetRouteTableAssociationMixinProps = new CfnSubnetRouteTableAssociationMixinProps {
RouteTableId = "routeTableId",
SubnetId = "subnetId"
};
Properties
RouteTableId
The ID of the route table.
public string? RouteTableId { get; set; }
Property Value
Remarks
The physical ID changes when the route table ID is changed.
SubnetId
The ID of the subnet.
public string? SubnetId { get; set; }