Skip to content

RosAuditLogConfigProps

Properties for defining a RosAuditLogConfig.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-redis-auditlogconfig

Initializer

using AlibabaCloud.SDK.ROS.CDK.Redis;
new RosAuditLogConfigProps {
    object InstanceId,
    object Retention
};

Properties

Name Type Description
InstanceId object No description.
Retention object No description.

InstanceIdRequired

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

RetentionRequired

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