Skip to content

InstancesProps

Properties for defining a Instances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-paidswapi-instances

Initializer

from ros_cdk_paidswapi import datasource
datasource.InstancesProps(
  accessibility: typing.Union[str, IResolvable] = None,
  instance_id: typing.Union[str, IResolvable] = None,
  instance_name: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None,
  workspace_id: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
accessibility typing.Union[str, ros_cdk_core.IResolvable] Property accessibility: Whether the workspace is visible to others.
instance_id typing.Union[str, ros_cdk_core.IResolvable] Property instanceId: The first ID of the resource.
instance_name typing.Union[str, ros_cdk_core.IResolvable] Property instanceName: The instance name.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
workspace_id typing.Union[str, ros_cdk_core.IResolvable] Property workspaceId: The Id of the workspace.

accessibilityOptional

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

Property accessibility: Whether the workspace is visible to others.


instance_idOptional

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

Property instanceId: The first ID of the resource.


instance_nameOptional

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

Property instanceName: The instance name.


refresh_optionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

workspace_idOptional

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

Property workspaceId: The Id of the workspace.