Skip to content

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.

GroupNameOptional

GroupName interface{}
  • Type: interface{}

Property groupName: Filter the results by a specific group name.

Supports using * and ? to fuzzy match.


RefreshOptionsOptional

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.

UserNameOptional

UserName interface{}
  • Type: interface{}

Property userName: The specific user which groups contains.