ResourceGroupsProps
Properties for defining a ResourceGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-resourcemanager-resourcegroups
Initializer
import com.aliyun.ros.cdk.resourcemanager.datasource.ResourceGroupsProps;
ResourceGroupsProps.builder()
// .displayName(java.lang.String)
// .displayName(IResolvable)
// .includeTags(java.lang.Boolean)
// .includeTags(IResolvable)
// .name(java.lang.String)
// .name(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
// .resourceGroupIds(IResolvable)
// .resourceGroupIds(java.util.List<java.lang.String)
// .resourceGroupIds(IResolvable>)
.build();
Properties
Name | Type | Description |
---|---|---|
displayName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property displayName: The display name of the resource group. |
includeTags |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property includeTags: Whether to include the tags of the resource groups in the query results. |
name |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property name: The identifier of the resource group. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resourceGroupIds |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property resourceGroupIds: The IDs of the resource groups. |
displayName
Optional
public java.lang.Object getDisplayName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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
public java.lang.Object getIncludeTags();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property includeTags: Whether to include the tags of the resource groups in the query results.
name
Optional
public java.lang.Object getName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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
public java.lang.Object getResourceGroupIds();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
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.