Skip to content

VpcPeerConnectionProps

Properties for defining a VpcPeerConnection.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpcpeerconnection

Initializer

import { VpcPeerConnectionProps } from '@alicloud/ros-cdk-vpc'
const vpcPeerConnectionProps: VpcPeerConnectionProps = { ... }

Properties

Name Type Description
acceptingVpcId string | @alicloud/ros-cdk-core.IResolvable Property acceptingVpcId: The ID of the acceptor VPC.
vpcId string | @alicloud/ros-cdk-core.IResolvable Property vpcId: The ID of the requester VPC.
acceptingAliUid number | @alicloud/ros-cdk-core.IResolvable Property acceptingAliUid: The ID of the Alibaba Cloud account to which the acceptor VPC belongs.
acceptingRegionId string | @alicloud/ros-cdk-core.IResolvable Property acceptingRegionId: The region ID of the acceptor VPC of the VPC peering connection that you want to create.
deletionForce boolean | @alicloud/ros-cdk-core.IResolvable Property deletionForce: Specifies whether to forcefully delete the VPC peering connection.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the VPC peering connection.
name string | @alicloud/ros-cdk-core.IResolvable Property name: The name of the VPC peering connection.

acceptingVpcIdRequired

public readonly acceptingVpcId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property acceptingVpcId: The ID of the acceptor VPC.


vpcIdRequired

public readonly vpcId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property vpcId: The ID of the requester VPC.


acceptingAliUidOptional

public readonly acceptingAliUid: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property acceptingAliUid: The ID of the Alibaba Cloud account to which the acceptor VPC belongs.

To create a VPC peering connection within your Alibaba Cloud account, enter the ID of your Alibaba Cloud account. To create a VPC peering connection between your Alibaba Cloud account and another Alibaba Cloud account, enter the ID of the peer Alibaba Cloud account. Note If the acceptor VPC belongs to a Resource Access Management (RAM) user, you must set the value of AcceptingAliUid to the ID of the corresponding Alibaba Cloud account. Default current account ID.


acceptingRegionIdOptional

public readonly acceptingRegionId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property acceptingRegionId: The region ID of the acceptor VPC of the VPC peering connection that you want to create.

To create an intra-region VPC peering connection, enter a region ID that is the same as that of the requester VPC. To create an inter-region VPC peering connection, enter a region ID that is different from that of the requester VPC. Default current region.


deletionForceOptional

public readonly deletionForce: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property deletionForce: Specifies whether to forcefully delete the VPC peering connection.

Valid values:false (default): notrue: yes If you forcefully delete the VPC peering connection, the system deletes the routes that point to the VPC peering connection from the VPC route table.


descriptionOptional

public readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property description: The description of the VPC peering connection.

The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http:\/\/ or https:\/\/.


nameOptional

public readonly name: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property name: The name of the VPC peering connection.

The name must be 2 to 128 characters in length and can contain digits, underscores (_), and hyphens (-). It must start with a letter.