Skip to content

IntranetConnectorEndpointProps

Properties for defining a IntranetConnectorEndpoint.

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

Initializer

import { IntranetConnectorEndpointProps } from '@alicloud/ros-cdk-computenest'
const intranetConnectorEndpointProps: IntranetConnectorEndpointProps = { ... }

Properties

Name Type Description
endpointRegionId string | @alicloud/ros-cdk-core.IResolvable Property endpointRegionId: The region ID of the endpoint.
vpcId string | @alicloud/ros-cdk-core.IResolvable Property vpcId: The ID of the VPC to which the endpoint belongs.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the endpoint, supporting full character set.
enablePrivateZone boolean | @alicloud/ros-cdk-core.IResolvable Property enablePrivateZone: Whether to enable the private zone.
name string | @alicloud/ros-cdk-core.IResolvable Property name: The name of the endpoint, supporting full character set except space.
resourceIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/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 string | @alicloud/ros-cdk-core.IResolvable Property type: The type of the endpoint.

endpointRegionIdRequired

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

Property endpointRegionId: The region ID of the endpoint.


vpcIdRequired

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

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


descriptionOptional

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

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

The length must not exceed 500 characters.


enablePrivateZoneOptional

public readonly enablePrivateZone: boolean | IResolvable;
  • Type: boolean | @alicloud/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

public readonly name: string | IResolvable;
  • Type: string | @alicloud/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.


resourceIdsOptional

public readonly resourceIds: IResolvable | string | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/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

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

Property type: The type of the endpoint.

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