Skip to content

RolesProps

Properties for defining a Roles.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ram;
new RolesProps {
    object RefreshOptions = null,
    object RoleName = null
};

Properties

Name Type Description
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
RoleName object Property roleName: Filter the results by a specific role name.

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

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.

RoleNameOptional

public object RoleName { get; set; }
  • Type: object

Property roleName: Filter the results by a specific role name.

Supports using * and ? to fuzzy match.