GroupsProps
Properties for defining a Groups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ram-groups
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram/datasource"
&datasource.GroupsProps {
GroupName: interface{},
RefreshOptions: interface{},
UserName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
GroupName |
interface{} |
Property groupName: Filter the results by a specific group name. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
UserName |
interface{} |
Property userName: The specific user which groups contains. |
GroupName
Optional
GroupName interface{}
- Type: interface{}
Property groupName: Filter the results by a specific group name.
Supports using * and ? to fuzzy match.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
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
UserName interface{}
- Type: interface{}
Property userName: The specific user which groups contains.