DrdsInstancesProps
Properties for defining a DrdsInstances
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-drds-drdsinstances
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdrds/datasource"
&datasource.DrdsInstancesProps {
Description: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
Type: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Description |
interface{} |
Property description: Example description. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
Type |
interface{} |
Property type: Instance type. |
Description
Optional
Description interface{}
- Type: interface{}
Property description: Example description.
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.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.
Type
Optional
Type interface{}
- Type: interface{}
Property type: Instance type.
Enumeration Value: 1: PRIVATE 0: PUBLIC