GroupsProps
Properties for defining a Groups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ram-groups
Initializer
import com.aliyun.ros.cdk.ram.datasource.GroupsProps;
GroupsProps.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: Filter the results by a specific group name. |
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: The specific user which groups contains. |
groupName
Optional
public java.lang.Object getGroupName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property groupName: Filter the results by a specific group name.
Supports using * and ? to fuzzy match.
refreshOptions
Optional
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.
userName
Optional
public java.lang.Object getUserName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property userName: The specific user which groups contains.