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)
    .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 unique identifier of the 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 unique identifier of the resource group.