Skip to content

RoleProps

Properties for defining a Role.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ram;
new RoleProps {
    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: RAM 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: RAM role name.

If not specified, the current ram role will be used.