RosVpcEndpointServiceAttachmentProps
Properties for defining a RosVpcEndpointServiceAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-privatelink-vpcendpointserviceattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Privatelink;
new RosVpcEndpointServiceAttachmentProps {
object ResourceId,
object ResourceType,
object ServiceId
};
Properties
Name | Type | Description |
---|---|---|
ResourceId |
object |
No description. |
ResourceType |
object |
No description. |
ServiceId |
object |
No description. |
ResourceId
Required
public object ResourceId { get; set; }
- Type: object
ResourceType
Required
public object ResourceType { get; set; }
- Type: object
ServiceId
Required
public object ServiceId { get; set; }
- Type: object