ResourceGroupsProps
Properties for defining a ResourceGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-resourcemanager-resourcegroups
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkresourcemanager/datasource"
&datasource.ResourceGroupsProps {
DisplayName: interface{},
IncludeTags: interface{},
Name: interface{},
RefreshOptions: interface{},
ResourceGroupIds: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DisplayName |
interface{} |
Property displayName: The display name of the resource group. |
IncludeTags |
interface{} |
Property includeTags: Whether to include the tags of the resource groups in the query results. |
Name |
interface{} |
Property name: The identifier of the resource group. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupIds |
interface{} |
Property resourceGroupIds: The IDs of the resource groups. |
DisplayName
Optional
DisplayName interface{}
- Type: interface{}
Property displayName: The display name of the resource group.
This parameter specifies a filter condition for the query. Fuzzy match is supported.The display name can be a maximum of 50 characters in length.
IncludeTags
Optional
IncludeTags interface{}
- Type: interface{}
Property includeTags: Whether to include the tags of the resource groups in the query results.
Name
Optional
Name interface{}
- Type: interface{}
Property name: The identifier of the resource group.
This parameter specifies a filter condition for the query. Fuzzy match is supported. The identifier can be a maximum of 50 characters in length and can contain letters, digits, and hyphens (-).
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.
ResourceGroupIds
Optional
ResourceGroupIds interface{}
- Type: interface{}
Property resourceGroupIds: The IDs of the resource groups.
This parameter specifies a filter condition for the query.You can specify a maximum of 100 resource group IDs.