Skip to content

InstancesProps

Properties for defining a Instances.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaidswapi/datasource"
&datasource.InstancesProps {
    Accessibility: interface{},
    InstanceId: interface{},
    InstanceName: interface{},
    RefreshOptions: interface{},
    WorkspaceId: interface{},
}

Properties

Name Type Description
Accessibility interface{} Property accessibility: Whether the workspace is visible to others.
InstanceId interface{} Property instanceId: The first ID of the resource.
InstanceName interface{} Property instanceName: The instance name.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
WorkspaceId interface{} Property workspaceId: The Id of the workspace.

AccessibilityOptional

Accessibility interface{}
  • Type: interface{}

Property accessibility: Whether the workspace is visible to others.


InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

Property instanceId: The first ID of the resource.


InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

Property instanceName: The instance name.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

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

WorkspaceId interface{}
  • Type: interface{}

Property workspaceId: The Id of the workspace.