Show / Hide Table of Contents

Interface ICfnPrivateVirtualInterfaceMixinProps

Properties for CfnPrivateVirtualInterfacePropsMixin.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DirectConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnPrivateVirtualInterfaceMixinProps
Syntax (vb)
Public Interface ICfnPrivateVirtualInterfaceMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-privatevirtualinterface.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.DirectConnect;

             var cfnPrivateVirtualInterfaceMixinProps = new CfnPrivateVirtualInterfaceMixinProps {
                 AllocatePrivateVirtualInterfaceRoleArn = "allocatePrivateVirtualInterfaceRoleArn",
                 BgpPeers = new [] { new BgpPeerProperty {
                     AddressFamily = "addressFamily",
                     AmazonAddress = "amazonAddress",
                     Asn = "asn",
                     AuthKey = "authKey",
                     BgpPeerId = "bgpPeerId",
                     CustomerAddress = "customerAddress"
                 } },
                 ConnectionId = "connectionId",
                 DirectConnectGatewayId = "directConnectGatewayId",
                 EnableSiteLink = false,
                 Mtu = 123,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 VirtualGatewayId = "virtualGatewayId",
                 VirtualInterfaceName = "virtualInterfaceName",
                 Vlan = 123
             };

Synopsis

Properties

AllocatePrivateVirtualInterfaceRoleArn

The Amazon Resource Name (ARN) of the role to allocate the private virtual interface.

BgpPeers

The BGP peers configured on this virtual interface.

ConnectionId

Properties for CfnPrivateVirtualInterfacePropsMixin.

DirectConnectGatewayId

Properties for CfnPrivateVirtualInterfacePropsMixin.

EnableSiteLink

Indicates whether to enable or disable SiteLink.

Mtu

The maximum transmission unit (MTU), in bytes.

Tags

The tags associated with the private virtual interface.

VirtualGatewayId

The ID or ARN of the virtual private gateway.

VirtualInterfaceName

The name of the virtual interface assigned by the customer network.

Vlan

The ID of the VLAN.

Properties

AllocatePrivateVirtualInterfaceRoleArn

The Amazon Resource Name (ARN) of the role to allocate the private virtual interface.

string? AllocatePrivateVirtualInterfaceRoleArn { get; }
Property Value

string

Remarks

Needs directconnect:AllocatePrivateVirtualInterface permissions and tag permissions if applicable.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-privatevirtualinterface.html#cfn-directconnect-privatevirtualinterface-allocateprivatevirtualinterfacerolearn

BgpPeers

The BGP peers configured on this virtual interface.

object? BgpPeers { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-privatevirtualinterface.html#cfn-directconnect-privatevirtualinterface-bgppeers

Type union: either IResolvable or (either IResolvable or CfnPrivateVirtualInterfacePropsMixin.IBgpPeerProperty)[]

ConnectionId

Properties for CfnPrivateVirtualInterfacePropsMixin.

object? ConnectionId { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-privatevirtualinterface.html#cfn-directconnect-privatevirtualinterface-connectionid

Type union: either string or IConnectionRef or ILagRef

DirectConnectGatewayId

Properties for CfnPrivateVirtualInterfacePropsMixin.

object? DirectConnectGatewayId { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-privatevirtualinterface.html#cfn-directconnect-privatevirtualinterface-directconnectgatewayid

Type union: either string or IDirectConnectGatewayRef

EnableSiteLink

Indicates whether to enable or disable SiteLink.

object? EnableSiteLink { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-privatevirtualinterface.html#cfn-directconnect-privatevirtualinterface-enablesitelink

Type union: either bool or IResolvable

Mtu

The maximum transmission unit (MTU), in bytes.

double? Mtu { get; }
Property Value

double?

Remarks

The supported values are 1500 and 9001. The default value is 1500.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-privatevirtualinterface.html#cfn-directconnect-privatevirtualinterface-mtu

Tags

The tags associated with the private virtual interface.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

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

VirtualGatewayId

The ID or ARN of the virtual private gateway.

string? VirtualGatewayId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-privatevirtualinterface.html#cfn-directconnect-privatevirtualinterface-virtualgatewayid

VirtualInterfaceName

The name of the virtual interface assigned by the customer network.

string? VirtualInterfaceName { get; }
Property Value

string

Remarks

The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directconnect-privatevirtualinterface.html#cfn-directconnect-privatevirtualinterface-virtualinterfacename

Vlan

The ID of the VLAN.

double? Vlan { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX