Skip to content

ResourceGroupProps

Properties for defining a ResourceGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-resourcemanager-resourcegroup

Initializer

import com.aliyun.ros.cdk.resourcemanager.datasource.ResourceGroupProps;
ResourceGroupProps.builder()
//  .includeTags(java.lang.Boolean)
//  .includeTags(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
    .build();

Properties

Name Type Description
includeTags java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable Property includeTags: Whether to include the tags of the resource group in the query results.
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.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: The ID of the resource group.

includeTagsOptional

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 group in the query results.


refreshOptionsOptional

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.

resourceGroupIdOptional

public java.lang.Object getResourceGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceGroupId: The ID of the resource group.