UsersProps
Properties for defining a Users.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ram-users
Initializer
import com.aliyun.ros.cdk.ram.datasource.UsersProps;
UsersProps.builder()
// .groupName(java.lang.String)
// .groupName(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
// .userName(java.lang.String)
// .userName(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
groupName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property groupName: The name of group to which users belongs. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
userName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property userName: Filter the results by a specific user name. |
groupNameOptional
public java.lang.Object getGroupName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property groupName: The name of group to which users belongs.
refreshOptionsOptional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.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 java.lang.Object getUserName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property userName: Filter the results by a specific user name.
Supports using * and ? to fuzzy match.