VpcEndpointServiceAttachmentProps
Properties for defining a VpcEndpointServiceAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-privatelink-vpcendpointserviceattachment
Initializer
import com.aliyun.ros.cdk.privatelink.VpcEndpointServiceAttachmentProps;
VpcEndpointServiceAttachmentProps.builder()
.resourceId(java.lang.String)
.resourceId(IResolvable)
.resourceType(java.lang.String)
.resourceType(IResolvable)
.serviceId(java.lang.String)
.serviceId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
resourceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property resourceId: The resource id. |
resourceType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property resourceType: The resource type. |
serviceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property serviceId: The endpoint service that is associated with the endpoint. |
resourceId
Required
public java.lang.Object getResourceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceId: The resource id.
resourceType
Required
public java.lang.Object getResourceType();
- Type: java.lang.String OR com.aliyun.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.
serviceId
Required
public java.lang.Object getServiceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property serviceId: The endpoint service that is associated with the endpoint.