Instance

class Instance : KotlinCustomResource

Import

KMS Instance can be imported using the id, e.g.

$ pulumi import alicloud:kms/instance:Instance example <id>

Properties

Link copied to clipboard

Aucillary VPCs used to access this KMS instance. See bind_vpcs below.

Link copied to clipboard

KMS instance certificate chain in PEM format.

Link copied to clipboard
val createTime: Output<String>

The creation time of the resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceName: Output<String>

The name of the resource.

Link copied to clipboard
val keyNum: Output<Int>

Maximum number of stored keys.

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

KMS Instance commodity type (software/hardware). Currently, only version 3 is supported.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val renewPeriod: Output<Int>?

Automatic renewal period, in months.

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

Renewal options (manual renewal, automatic renewal, no renewal).

Link copied to clipboard
val secretNum: Output<Int>

Maximum number of Secrets.

Link copied to clipboard
val spec: Output<Int>

The computation performance level of the KMS instance.

Link copied to clipboard
val status: Output<String>

Instance status.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

Instance VPC id.

Link copied to clipboard
val vpcNum: Output<Int>

The number of managed accesses. The maximum number of VPCs that can access this KMS instance.

Link copied to clipboard
val vswitchIds: Output<List<String>>

Instance bind vswitches.

Link copied to clipboard
val zoneIds: Output<List<String>>

zone id.