Skip to content

IntranetConnectorEndpointProps

Properties for defining a IntranetConnectorEndpoint.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-computenest-intranetconnectorendpoint

Initializer

import ros_cdk_computenest
ros_cdk_computenest.IntranetConnectorEndpointProps(
  endpoint_region_id: typing.Union[str, IResolvable],
  vpc_id: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None,
  enable_private_zone: typing.Union[bool, IResolvable] = None,
  name: typing.Union[str, IResolvable] = None,
  resource_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
  type: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
endpoint_region_id typing.Union[str, ros_cdk_core.IResolvable] Property endpointRegionId: The region ID of the endpoint.
vpc_id typing.Union[str, ros_cdk_core.IResolvable] Property vpcId: The ID of the VPC to which the endpoint belongs.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the endpoint, supporting full character set.
enable_private_zone typing.Union[bool, ros_cdk_core.IResolvable] Property enablePrivateZone: Whether to enable the private zone.
name typing.Union[str, ros_cdk_core.IResolvable] Property name: The name of the endpoint, supporting full character set except space.
resource_ids typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property resourceIds: Endpoint instance ID, when using ECS as an access point, fill in the instance ID of this ECS.
type typing.Union[str, ros_cdk_core.IResolvable] Property type: The type of the endpoint.

endpoint_region_idRequired

endpoint_region_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property endpointRegionId: The region ID of the endpoint.


vpc_idRequired

vpc_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property vpcId: The ID of the VPC to which the endpoint belongs.


descriptionOptional

description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property description: The description of the endpoint, supporting full character set.

The length must not exceed 500 characters.


enable_private_zoneOptional

enable_private_zone: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property enablePrivateZone: Whether to enable the private zone.

This parameter is only valid when the access point type is Managed.


nameOptional

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property name: The name of the endpoint, supporting full character set except space.

The length must not exceed 200 characters. If not, it will be filled in with EndpointId automatically.


resource_idsOptional

resource_ids: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]

Property resourceIds: Endpoint instance ID, when using ECS as an access point, fill in the instance ID of this ECS.

Multiple instances can be specified up to a maximum of 2. The instance is required to be under the passed VPC. Hosted access points do not require incoming.


typeOptional

type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property type: The type of the endpoint.

  • Private (default) : private access point
  • Managed: managed access point.