Skip to content

UsersProps

Properties for defining a Users.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ram-users

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram/datasource"
&datasource.UsersProps {
    GroupName: interface{},
    RefreshOptions: interface{},
    UserName: interface{},
}

Properties

Name Type Description
GroupName interface{} Property groupName: The name of group to which users belongs.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
UserName interface{} Property userName: Filter the results by a specific user name.

GroupNameOptional

GroupName interface{}
  • Type: interface{}

Property groupName: The name of group to which users belongs.


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: Filter the results by a specific user name.

Supports using * and ? to fuzzy match.