Skip to content

RosAuditLogConfigProps

Properties for defining a RosAuditLogConfig.

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

Initializer

import com.aliyun.ros.cdk.redis.RosAuditLogConfigProps;
RosAuditLogConfigProps.builder()
    .instanceId(java.lang.String)
    .instanceId(IResolvable)
    .retention(java.lang.Number)
    .retention(IResolvable)
    .build();

Properties

Name Type Description
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
retention java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.

instanceIdRequired

public java.lang.Object getInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

retentionRequired

public java.lang.Object getRetention();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable