Skip to content

ResourceGroupProps

Properties for defining a ResourceGroup.

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

Initializer

import com.aliyun.ros.cdk.resourcemanager.ResourceGroupProps;
ResourceGroupProps.builder()
    .displayName(java.lang.String)
    .displayName(IResolvable)
    .name(java.lang.String)
    .name(IResolvable)
//  .tags(java.util.List<TagsProperty>)
    .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.
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property name: The name of the resource group.
tags java.util.List<TagsProperty> Property tags: Tags to attach to resource group.

displayNameRequired

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.


nameRequired

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

Property name: The name of the resource group.


tagsOptional

public java.util.List<TagsProperty> getTags();

Property tags: Tags to attach to resource group.

Max support 20 tags to add during create resource group. Each tag with two properties Key and Value, and Key is required.