DataLimitArgs

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>

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
val auditStatus: Output<Int>? = null

Whether to enable the log auditing feature. Valid values: 0, 1.

Link copied to clipboard
val engineType: Output<String>? = null

The type of the database. Valid values: MySQL, SQLServer.

Link copied to clipboard
val lang: Output<String>? = null

The lang.

Link copied to clipboard
val logStoreDay: Output<Int>? = null

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
val parentId: Output<String>? = null

The ID of the data asset.

Link copied to clipboard
val password: Output<String>? = null

The password that is used to connect to the database.

Link copied to clipboard
val port: Output<Int>? = null

The port that is used to connect to the database.

Link copied to clipboard
val resourceType: Output<String>? = null

The type of the service to which the data asset belongs. Valid values: MaxCompute, OSS, RDS.

Link copied to clipboard
val serviceRegionId: Output<String>? = null

The region ID of the data asset.

Link copied to clipboard
val userName: Output<String>? = null

The name of the service to which the data asset belongs.

Functions

Link copied to clipboard
open override fun toJava(): DataLimitArgs