DataLimit

class DataLimit : KotlinCustomResource

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>

Properties

Link copied to clipboard
val auditStatus: Output<Int>

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

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

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

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

The lang.

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

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>?

The ID of the data asset.

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

The password that is used to connect to the database.

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

The port that is used to connect to the database.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceType: Output<String>

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

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

The region ID of the data asset.

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

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