Skip to content

ResourceGroupProps

Properties for defining a ResourceGroup.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkresourcemanager"
&alicloudroscdkresourcemanager.ResourceGroupProps {
    DisplayName: interface{},
    Name: interface{},
}

Properties

Name Type Description
DisplayName interface{} Property displayName: The display name of the resource group.
Name interface{} Property name: The unique identifier of the resource group.

DisplayNameRequired

DisplayName interface{}
  • Type: interface{}

Property displayName: The display name of the resource group.


NameRequired

Name interface{}
  • Type: interface{}

Property name: The unique identifier of the resource group.