VpcEndpointServiceAttachmentProps
Properties for defining a VpcEndpointServiceAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-privatelink-vpcendpointserviceattachment
Initializer
import ros_cdk_privatelink
ros_cdk_privatelink.VpcEndpointServiceAttachmentProps(
resource_id: typing.Union[str, IResolvable],
resource_type: typing.Union[str, IResolvable],
service_id: typing.Union[str, IResolvable]
)
Properties
| Name | Type | Description |
|---|---|---|
resource_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property resourceId: The resource id. |
resource_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property resourceType: The resource type. |
service_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property serviceId: The endpoint service that is associated with the endpoint. |
resource_idRequired
resource_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceId: The resource id.
resource_typeRequired
resource_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
service_idRequired
service_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property serviceId: The endpoint service that is associated with the endpoint.