GroupsProps
Properties for defining a Groups.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ram-groups
Initializer
import { datasource } from '@alicloud/ros-cdk-ram'
const groupsProps: datasource.GroupsProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
groupName |
string | @alicloud/ros-cdk-core.IResolvable |
Property groupName: Filter the results by a specific group name. |
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: The specific user which groups contains. |
groupNameOptional
public readonly groupName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property groupName: Filter the results by a specific group name.
Supports using * and ? to fuzzy match.
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: The specific user which groups contains.