Skip to content

UsersProps

Properties for defining a Users.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ram-users

Initializer

import { datasource } from '@alicloud/ros-cdk-ram'
const usersProps: datasource.UsersProps = { ... }

Properties

Name Type Description
groupName string | @alicloud/ros-cdk-core.IResolvable Property groupName: The name of group to which users belongs.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
userName string | @alicloud/ros-cdk-core.IResolvable Property userName: Filter the results by a specific user name.

groupNameOptional

public readonly groupName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property groupName: The name of group to which users belongs.


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.


userNameOptional

public readonly userName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property userName: Filter the results by a specific user name.

Supports using * and ? to fuzzy match.