Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.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.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

object

Remarks

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

Type union: either string or IInternetGatewayRef or IVPNGatewayRef

RouteTableId

The ID of the route table.

object? RouteTableId { get; }
Property Value

object

Remarks

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

Type union: either string or IRouteTableRef

Back to top Generated by DocFX