Skip to content

AccountProps

Properties for defining a Account.

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

Initializer

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

Properties

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

AccountNameRequired

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

Property accountName: The name of the account that you want to query.


InstanceIdRequired

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

Property instanceId: The ID of the Redis instance.


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.