Show / Hide Table of Contents

Class CfnSubnetRouteTableAssociationMixinProps

Properties for CfnSubnetRouteTableAssociationPropsMixin.

Inheritance
object
CfnSubnetRouteTableAssociationMixinProps
Implements
ICfnSubnetRouteTableAssociationMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetroutetableassociation.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetroutetableassociation.html

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

string

Remarks

The physical ID changes when the route table ID is changed.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetroutetableassociation.html#cfn-ec2-subnetroutetableassociation-routetableid

SubnetId

The ID of the subnet.

public string? SubnetId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnetroutetableassociation.html#cfn-ec2-subnetroutetableassociation-subnetid

Implements

ICfnSubnetRouteTableAssociationMixinProps
Back to top Generated by DocFX