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. |
accessibility
Optional
accessibility: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accessibility: Whether the workspace is visible to others.
instance_id
Optional
instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceId: The first ID of the resource.
instance_name
Optional
instance_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceName: The instance name.
refresh_options
Optional
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_id
Optional
workspace_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property workspaceId: The Id of the workspace.