Show / Hide Table of Contents

Interface ICfnLocalGatewayVirtualInterfaceGroupProps

Properties for defining a CfnLocalGatewayVirtualInterfaceGroup.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterfacegroup.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 cfnLocalGatewayVirtualInterfaceGroupProps = new CfnLocalGatewayVirtualInterfaceGroupProps {
                 LocalGatewayId = "localGatewayId",

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

Synopsis

Properties

LocalBgpAsn

The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).

LocalBgpAsnExtended

The extended 32-bit ASN for the local BGP configuration.

LocalGatewayId

The ID of the local gateway.

Tags

The tags assigned to the virtual interface group.

Properties

LocalBgpAsn

The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).

double? LocalBgpAsn { get; }
Property Value

double?

Remarks

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

LocalBgpAsnExtended

The extended 32-bit ASN for the local BGP configuration.

double? LocalBgpAsnExtended { get; }
Property Value

double?

Remarks

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

LocalGatewayId

The ID of the local gateway.

string LocalGatewayId { get; }
Property Value

string

Remarks

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

Tags

The tags assigned to the virtual interface group.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

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

Back to top Generated by DocFX