Skip to content

InstancesProps

Properties for defining a Instances.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-paidswapi'
const instancesProps: datasource.InstancesProps = { ... }

Properties

Name Type Description
accessibility string | @alicloud/ros-cdk-core.IResolvable Property accessibility: Whether the workspace is visible to others.
instanceId string | @alicloud/ros-cdk-core.IResolvable Property instanceId: The first ID of the resource.
instanceName string | @alicloud/ros-cdk-core.IResolvable Property instanceName: The instance name.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
workspaceId string | @alicloud/ros-cdk-core.IResolvable Property workspaceId: The Id of the workspace.

accessibilityOptional

public readonly accessibility: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property accessibility: Whether the workspace is visible to others.


instanceIdOptional

public readonly instanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property instanceId: The first ID of the resource.


instanceNameOptional

public readonly instanceName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property instanceName: The instance name.


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/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.


workspaceIdOptional

public readonly workspaceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property workspaceId: The Id of the workspace.