ResourceGroupProps
Properties for defining a ResourceGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-resourcegroup
Initializer
import { ResourceGroupProps } from '@alicloud/ros-cdk-resourcemanager'
const resourceGroupProps: ResourceGroupProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
displayName | string | @alicloud/ros-cdk-core.IResolvable | Property displayName: The display name of the resource group. |
name | string | @alicloud/ros-cdk-core.IResolvable | Property name: The name of the resource group. |
tags | TagsProperty[] | Property tags: Tags to attach to resource group. |
displayNameRequired
public readonly displayName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property displayName: The display name of the resource group.
nameRequired
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of the resource group.
tagsOptional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
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.