AWS::DirectConnect::PublicVirtualInterfaceResource Type definition for AWS::DirectConnect::PublicVirtualInterface.
import { CfnPublicVirtualInterface } from 'aws-cdk-lib/aws-directconnect';Or use the module namespace:
import * as directconnect from 'aws-cdk-lib/aws-directconnect';
// directconnect.CfnPublicVirtualInterfaceConfiguration passed to the constructor as CfnPublicVirtualInterfaceProps.
bgpPeersRequiredIResolvable | IResolvable | BgpPeerProperty[]The BGP peers configured on this virtual interface.
connectionIdRequiredstring | IConnectionRef | ILagRefvirtualInterfaceNameRequiredstringThe name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).
vlanRequirednumberThe ID of the VLAN.
allocatePublicVirtualInterfaceRoleArnOptionalstringThe Amazon Resource Name (ARN) of the role to allocate the public virtual interface. Needs directconnect:AllocatePublicVirtualInterface permissions and tag permissions if applicable.
routeFilterPrefixesOptionalstring[]The routes to be advertised to the AWS network in this region.
tagsOptionalCfnTag[]The tags associated with the public virtual interface.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-directconnectAWS::DirectConnect::PublicVirtualInterface