Show / Hide Table of Contents

Interface ICfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps

Properties for defining a CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociation.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps
Syntax (vb)
Public Interface ICfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroutetablevirtualinterfacegroupassociation.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 cfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps = new CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps {
                 LocalGatewayRouteTableId = "localGatewayRouteTableId",
                 LocalGatewayVirtualInterfaceGroupId = "localGatewayVirtualInterfaceGroupId",

                 // the properties below are optional
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Properties

LocalGatewayRouteTableId

The ID of the local gateway route table.

LocalGatewayVirtualInterfaceGroupId

The ID of the virtual interface group.

Tags

The tags assigned to the association.

Properties

LocalGatewayRouteTableId

The ID of the local gateway route table.

string LocalGatewayRouteTableId { get; }
Property Value

string

Remarks

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

LocalGatewayVirtualInterfaceGroupId

The ID of the virtual interface group.

string LocalGatewayVirtualInterfaceGroupId { get; }
Property Value

string

Remarks

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

Tags

The tags assigned to the association.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

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

Back to top Generated by DocFX