Data Limit Args
data class DataLimitArgs(val auditStatus: Output<Int>? = null, val engineType: Output<String>? = null, val lang: Output<String>? = null, val logStoreDay: Output<Int>? = null, val parentId: Output<String>? = null, val password: Output<String>? = null, val port: Output<Int>? = null, val resourceType: Output<String>? = null, val serviceRegionId: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<DataLimitArgs>
Provides a Data Security Center Data Limit resource. For information about Data Security Center Data Limit and how to use it, see What is Data Limit.
NOTE: Available since v1.159.0.
Import
Data Security Center Data Limit can be imported using the id, e.g.
$ pulumi import alicloud:sddp/dataLimit:DataLimit example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(auditStatus: Output<Int>? = null, engineType: Output<String>? = null, lang: Output<String>? = null, logStoreDay: Output<Int>? = null, parentId: Output<String>? = null, password: Output<String>? = null, port: Output<Int>? = null, resourceType: Output<String>? = null, serviceRegionId: Output<String>? = null, userName: Output<String>? = null)
Properties
Link copied to clipboard
Whether to enable the log auditing feature. Valid values: 0
, 1
.
Link copied to clipboard
The type of the database. Valid values: MySQL
, SQLServer
.
Link copied to clipboard
The retention period of raw logs after you enable the log auditing feature. Unit: day. Valid values: 180
, 30
, 365
, 90
. NOTE: Thelog_store_day
is valid when the audit_status
is 1
.
Link copied to clipboard
The type of the service to which the data asset belongs. Valid values: MaxCompute
, OSS
, RDS
.
Link copied to clipboard
The region ID of the data asset.