UserToGroupAdditionProps
Properties for defining a UserToGroupAddition
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-usertogroupaddition
Initializer
import { UserToGroupAdditionProps } from '@alicloud/ros-cdk-ram'
const userToGroupAdditionProps: UserToGroupAdditionProps = { ... }
Properties
Name | Type | Description |
---|---|---|
groupName |
string | @alicloud/ros-cdk-core.IResolvable |
Property groupName: Specifies the group name, containing up to 64 characters. |
users |
any[] | @alicloud/ros-cdk-core.IResolvable |
Property users: list name of a users to which you want to add the group. |
groupName
Required
public readonly groupName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupName: Specifies the group name, containing up to 64 characters.
users
Required
public readonly users: any[] | IResolvable;
- Type: any[] | @alicloud/ros-cdk-core.IResolvable
Property users: list name of a users to which you want to add the group.