Skip to content

VpcEndpointServiceAttachmentProps

Properties for defining a VpcEndpointServiceAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-privatelink-vpcendpointserviceattachment

Initializer

import { VpcEndpointServiceAttachmentProps } from '@alicloud/ros-cdk-privatelink'
const vpcEndpointServiceAttachmentProps: VpcEndpointServiceAttachmentProps = { ... }

Properties

Name Type Description
resourceId string | @alicloud/ros-cdk-core.IResolvable Property resourceId: The resource id.
resourceType string | @alicloud/ros-cdk-core.IResolvable Property resourceType: The resource type.
serviceId string | @alicloud/ros-cdk-core.IResolvable Property serviceId: The endpoint service that is associated with the endpoint.

resourceIdRequired

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

Property resourceId: The resource id.


resourceTypeRequired

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

Property resourceType: The resource type.

Allowed values: - slb: indicates a Classic Load Balancer (CLB) instance whose service resource type is a private network and supports the PrivateLink function. - alb: indicates an Application Load Balancer (ALB) instance whose service resources are private networks and which supports the PrivateLink function. - nlb: indicates a Network Load Balancer (NLB) instance that uses private network resources and supports the PrivateLink function.


serviceIdRequired

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

Property serviceId: The endpoint service that is associated with the endpoint.