Skip to content

AccountsProps

Properties for defining a Accounts.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-redis-accounts

Initializer

using AlibabaCloud.SDK.ROS.CDK.Redis;
new AccountsProps {
    object InstanceId,
    object AccountName = null,
    object RefreshOptions = null
};

Properties

Name Type Description
InstanceId object Property instanceId: The ID of the Redis instance.
AccountName object Property accountName: The name of the Redis account.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

InstanceIdRequired

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

Property instanceId: The ID of the Redis instance.


AccountNameOptional

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

Property accountName: The name of the Redis account.


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.