Show / Hide Table of Contents

Class CfnGatewayRouteTableAssociationProps

Properties for defining a CfnGatewayRouteTableAssociation.

Inheritance
object
CfnGatewayRouteTableAssociationProps
Implements
ICfnGatewayRouteTableAssociationProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGatewayRouteTableAssociationProps : ICfnGatewayRouteTableAssociationProps
Syntax (vb)
Public Class CfnGatewayRouteTableAssociationProps Implements ICfnGatewayRouteTableAssociationProps
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.AWS.EC2;

             var cfnGatewayRouteTableAssociationProps = new CfnGatewayRouteTableAssociationProps {
                 GatewayId = "gatewayId",
                 RouteTableId = "routeTableId"
             };

Synopsis

Constructors

CfnGatewayRouteTableAssociationProps()

Properties for defining a CfnGatewayRouteTableAssociation.

Properties

GatewayId

The ID of the gateway.

RouteTableId

The ID of the route table.

Constructors

CfnGatewayRouteTableAssociationProps()

Properties for defining a CfnGatewayRouteTableAssociation.

public CfnGatewayRouteTableAssociationProps()
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.AWS.EC2;

             var cfnGatewayRouteTableAssociationProps = new CfnGatewayRouteTableAssociationProps {
                 GatewayId = "gatewayId",
                 RouteTableId = "routeTableId"
             };

Properties

GatewayId

The ID of the gateway.

public string GatewayId { get; set; }
Property Value

string

Remarks

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

RouteTableId

The ID of the route table.

public string RouteTableId { get; set; }
Property Value

string

Remarks

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

Implements

ICfnGatewayRouteTableAssociationProps
Back to top Generated by DocFX