DbInstancesProps
Properties for defining a DbInstances.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-graphdatabase-dbinstances
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkgraphdatabase/datasource"
&datasource.DbInstancesProps {
DbInstanceDescription: interface{},
DbInstanceId: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
DbInstanceDescription |
interface{} |
Property dbInstanceDescription: According to the practical example or notes. |
DbInstanceId |
interface{} |
Property dbInstanceId: The first ID of the resource. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
interface{} |
Property resourceGroupId: Resource Group ID. |
DbInstanceDescriptionOptional
DbInstanceDescription interface{}
- Type: interface{}
Property dbInstanceDescription: According to the practical example or notes.
DbInstanceIdOptional
DbInstanceId interface{}
- Type: interface{}
Property dbInstanceId: The first ID of the resource.
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: Resource Group ID.