Show / Hide Table of Contents

Interface ICfnLocalGatewayVirtualInterfaceProps

Properties for defining a CfnLocalGatewayVirtualInterface.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayvirtualinterface.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 cfnLocalGatewayVirtualInterfaceProps = new CfnLocalGatewayVirtualInterfaceProps {
                 LocalAddress = "localAddress",
                 LocalGatewayVirtualInterfaceGroupId = "localGatewayVirtualInterfaceGroupId",
                 OutpostLagId = "outpostLagId",
                 PeerAddress = "peerAddress",
                 Vlan = 123,

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

Synopsis

Properties

LocalAddress

The local address.

LocalGatewayVirtualInterfaceGroupId

The ID of the local gateway virtual interface group.

OutpostLagId

The Outpost LAG ID.

PeerAddress

The peer address.

PeerBgpAsn

The peer BGP ASN.

PeerBgpAsnExtended

The extended 32-bit ASN of the BGP peer for use with larger ASN values.

Tags

The tags assigned to the virtual interface.

Vlan

The ID of the VLAN.

Properties

LocalAddress

The local address.

string LocalAddress { get; }
Property Value

string

Remarks

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

LocalGatewayVirtualInterfaceGroupId

The ID of the local gateway virtual interface group.

string LocalGatewayVirtualInterfaceGroupId { get; }
Property Value

string

Remarks

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

OutpostLagId

The Outpost LAG ID.

string OutpostLagId { get; }
Property Value

string

Remarks

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

PeerAddress

The peer address.

string PeerAddress { get; }
Property Value

string

Remarks

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

PeerBgpAsn

The peer BGP ASN.

double? PeerBgpAsn { get; }
Property Value

double?

Remarks

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

PeerBgpAsnExtended

The extended 32-bit ASN of the BGP peer for use with larger ASN values.

double? PeerBgpAsnExtended { get; }
Property Value

double?

Remarks

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

Tags

The tags assigned to the virtual interface.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

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

Vlan

The ID of the VLAN.

double Vlan { get; }
Property Value

double

Remarks

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

Back to top Generated by DocFX