Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.alicloud.yundun.kotlin
import com.pulumi.alicloud.yundun.DBAuditInstanceArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* ## Import
* Yundun_dbaudit instance can be imported using the id, e.g.
* ```sh
* $ pulumi import alicloud:yundun/dBAuditInstance:DBAuditInstance example dbaudit-exampe123456
* ```
* @property description Description of the instance. This name can have a string of 1 to 63 characters.
* @property period Duration for initially producing the instance. Valid values: [1~9], 12, 24, 36. At present, the provider does not support modify "period".
* > **NOTE:** The attribute `period` is only used to create Subscription instance or modify the PayAsYouGo instance to Subscription. Once effect, it will not be modified that means running `pulumi up` will not effect the resource.
* @property planCode Plan code of the Cloud DBAudit to produce. (alpha.professional, alpha.basic, alpha.premium)
* @property resourceGroupId The Id of resource group which the DBaudit Instance belongs. If not set, the resource is created in the default resource group.
* @property tags A mapping of tags to assign to the resource.
* @property vswitchId vSwtich ID configured to audit
*/
public data class DBAuditInstanceArgs(
public val description: Output? = null,
public val period: Output? = null,
public val planCode: Output? = null,
public val resourceGroupId: Output? = null,
public val tags: Output