interface CfnLocalGatewayVirtualInterfaceGroupProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnLocalGatewayVirtualInterfaceGroupProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnLocalGatewayVirtualInterfaceGroupProps |
![]() | software.amazon.awscdk.services.ec2.CfnLocalGatewayVirtualInterfaceGroupProps |
![]() | aws_cdk.aws_ec2.CfnLocalGatewayVirtualInterfaceGroupProps |
![]() | aws-cdk-lib » aws_ec2 » CfnLocalGatewayVirtualInterfaceGroupProps |
Properties for defining a CfnLocalGatewayVirtualInterfaceGroup
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cfnLocalGatewayVirtualInterfaceGroupProps: ec2.CfnLocalGatewayVirtualInterfaceGroupProps = {
localGatewayId: 'localGatewayId',
// the properties below are optional
localBgpAsn: 123,
localBgpAsnExtended: 123,
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
local | string | The ID of the local gateway. |
local | number | The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP). |
local | number | The extended 32-bit ASN for the local BGP configuration. |
tags? | Cfn [] | The tags assigned to the virtual interface group. |
localGatewayId
Type:
string
The ID of the local gateway.
localBgpAsn?
Type:
number
(optional)
The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).
localBgpAsnExtended?
Type:
number
(optional)
The extended 32-bit ASN for the local BGP configuration.
tags?
Type:
Cfn
[]
(optional)
The tags assigned to the virtual interface group.