GetVaultResult

data class GetVaultResult(val arn: String, val id: String, val kmsKeyArn: String, val name: String, val recoveryPoints: Int, val tags: Map<String, String>)

A collection of values returned by getVault.

Constructors

Link copied to clipboard
constructor(arn: String, id: String, kmsKeyArn: String, name: String, recoveryPoints: Int, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the vault.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Server-side encryption key that is used to protect your backups.

Link copied to clipboard
Link copied to clipboard

Number of recovery points that are stored in a backup vault.

Link copied to clipboard

Metadata that you can assign to help organize the resources that you create.