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. |
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: Example description.
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.
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.
TypeOptional
Type interface{}
- Type: interface{}
Property type: Instance type.
Enumeration Value: 1: PRIVATE 0: PUBLIC