Class CfnLocalGatewayVirtualInterfaceGroupMixinProps
Properties for CfnLocalGatewayVirtualInterfaceGroupPropsMixin.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLocalGatewayVirtualInterfaceGroupMixinProps : ICfnLocalGatewayVirtualInterfaceGroupMixinProps
Syntax (vb)
Public Class CfnLocalGatewayVirtualInterfaceGroupMixinProps Implements ICfnLocalGatewayVirtualInterfaceGroupMixinProps
Remarks
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.Mixins.Preview.AWS.EC2.Mixins;
var cfnLocalGatewayVirtualInterfaceGroupMixinProps = new CfnLocalGatewayVirtualInterfaceGroupMixinProps {
LocalBgpAsn = 123,
LocalBgpAsnExtended = 123,
LocalGatewayId = "localGatewayId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnLocalGatewayVirtualInterfaceGroupMixinProps() | Properties for CfnLocalGatewayVirtualInterfaceGroupPropsMixin. |
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. |
Constructors
CfnLocalGatewayVirtualInterfaceGroupMixinProps()
Properties for CfnLocalGatewayVirtualInterfaceGroupPropsMixin.
public CfnLocalGatewayVirtualInterfaceGroupMixinProps()
Remarks
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.Mixins.Preview.AWS.EC2.Mixins;
var cfnLocalGatewayVirtualInterfaceGroupMixinProps = new CfnLocalGatewayVirtualInterfaceGroupMixinProps {
LocalBgpAsn = 123,
LocalBgpAsnExtended = 123,
LocalGatewayId = "localGatewayId",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
LocalBgpAsn
The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).
public double? LocalBgpAsn { get; set; }
Property Value
Remarks
LocalBgpAsnExtended
The extended 32-bit ASN for the local BGP configuration.
public double? LocalBgpAsnExtended { get; set; }
Property Value
Remarks
LocalGatewayId
The ID of the local gateway.
public string? LocalGatewayId { get; set; }
Property Value
Remarks
Tags
The tags assigned to the virtual interface group.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]