DBAuditInstanceArgs

data class DBAuditInstanceArgs(val description: Output<String>? = null, val period: Output<Int>? = null, val planCode: Output<String>? = null, val resourceGroupId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<DBAuditInstanceArgs>

Import

Yundun_dbaudit instance can be imported using the id, e.g.

$ pulumi import alicloud:yundun/dBAuditInstance:DBAuditInstance example dbaudit-exampe123456

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, period: Output<Int>? = null, planCode: Output<String>? = null, resourceGroupId: Output<String>? = null, tags: Output<Map<String, String>>? = null, vswitchId: Output<String>? = null)

Properties

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

Description of the instance. This name can have a string of 1 to 63 characters.

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

Duration for initially producing the instance. Valid values: 1~9, 12, 24, 36. At present, the provider does not support modify "period".

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

Plan code of the Cloud DBAudit to produce. (alpha.professional, alpha.basic, alpha.premium)

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

The Id of resource group which the DBaudit Instance belongs. If not set, the resource is created in the default resource group.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

A mapping of tags to assign to the resource.

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

vSwtich ID configured to audit

Functions

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