Skip to content

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{},
}

Properties

Name Type Description
ResourceId interface{} Property resourceId: The resource id.
ResourceType interface{} Property resourceType: The resource type.
ServiceId interface{} Property serviceId: The endpoint service that is associated with the endpoint.

ResourceIdRequired

ResourceId interface{}
  • Type: interface{}

Property resourceId: The resource id.


ResourceTypeRequired

ResourceType interface{}
  • Type: interface{}

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

ServiceId interface{}
  • Type: interface{}

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