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. |
Accessibility
Optional
Accessibility interface{}
- Type: interface{}
Property accessibility: Whether the workspace is visible to others.
InstanceId
Optional
InstanceId interface{}
- Type: interface{}
Property instanceId: The first ID of the resource.
InstanceName
Optional
InstanceName interface{}
- Type: interface{}
Property instanceName: The instance name.
RefreshOptions
Optional
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.
WorkspaceId
Optional
WorkspaceId interface{}
- Type: interface{}
Property workspaceId: The Id of the workspace.