Skip to content

RosVpcEndpointServiceAttachmentProps

Properties for defining a RosVpcEndpointServiceAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-privatelink-vpcendpointserviceattachment

Initializer

import ros_cdk_privatelink
ros_cdk_privatelink.RosVpcEndpointServiceAttachmentProps(
  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] No description.
resource_type typing.Union[str, ros_cdk_core.IResolvable] No description.
service_id typing.Union[str, ros_cdk_core.IResolvable] No description.

resource_idRequired

resource_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

resource_typeRequired

resource_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

service_idRequired

service_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]