VpcEndpointServiceAttachmentProps
Properties for defining a VpcEndpointServiceAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-privatelink-vpcendpointserviceattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkprivatelink"
&alicloudroscdkprivatelink.VpcEndpointServiceAttachmentProps {
ResourceId: interface{},
ResourceType: interface{},
ServiceId: interface{},
ZoneId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
ResourceId | interface{} | Property resourceId: The resource id. |
ResourceType | interface{} | Property resourceType: The type of the service resource. |
ServiceId | interface{} | Property serviceId: The endpoint service that is associated with the endpoint. |
ZoneId | interface{} | Property zoneId: The zone where the service resource is located. |
ResourceIdRequired
ResourceId interface{}
- Type: interface{}
Property resourceId: The resource id.
ResourceTypeRequired
ResourceType interface{}
- Type: interface{}
Property resourceType: The type of the service resource.
Valid values:
- slb: Classic Load Balancer (CLB).
- alb: Application Load Balancer (ALB).
- nlb: Network Load Balancer (NLB).
- gwlb: Gateway Load Balancer (GWLB).
ServiceIdRequired
ServiceId interface{}
- Type: interface{}
Property serviceId: The endpoint service that is associated with the endpoint.
ZoneIdOptional
ZoneId interface{}
- Type: interface{}
Property zoneId: The zone where the service resource is located.
This parameter is required if the service resource is an ALB, NLB, or GWLB instance.