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. |
endpointRegionId
Required
public readonly endpointRegionId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property endpointRegionId: The region ID of the endpoint.
vpcId
Required
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The ID of the VPC to which the endpoint belongs.
description
Optional
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.
enablePrivateZone
Optional
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.
name
Optional
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.
resourceIds
Optional
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.
type
Optional
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.