Skip to content

UsersProps

Properties for defining a Users.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ehpc-users

Initializer

import ros_cdk_ehpc
ros_cdk_ehpc.UsersProps(
  cluster_id: typing.Union[str, IResolvable],
  users: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, UsersProperty]]]
)

Properties

Name Type Description
cluster_id typing.Union[str, ros_cdk_core.IResolvable] Property clusterId: The cluster ID.
users typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, UsersProperty]]] Property users: The information about the users.

cluster_idRequired

cluster_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property clusterId: The cluster ID.


usersRequired

users: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, UsersProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, UsersProperty]]]

Property users: The information about the users.