Skip to content

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.

DisplayNameOptional

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.


IncludeTagsOptional

IncludeTags interface{}
  • Type: interface{}

Property includeTags: Whether to include the tags of the resource groups in the query results.


NameOptional

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 (-).


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.

ResourceGroupIdsOptional

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.