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. |
groupName
Optional
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.
refreshOptions
Optional
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.
userName
Optional
public readonly userName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property userName: The specific user which groups contains.