Package-level declarations
Types
Link copied to clipboard
Provides a Glacier Vault Resource. You can refer to the Glacier Developer Guide for a full explanation of the Glacier Vault functionality
Link copied to clipboard
data class VaultArgs(val accessPolicy: Output<String>? = null, val name: Output<String>? = null, val notification: Output<VaultNotificationArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<VaultArgs>
Provides a Glacier Vault Resource. You can refer to the Glacier Developer Guide for a full explanation of the Glacier Vault functionality
Link copied to clipboard
class VaultArgsBuilder
Builder for VaultArgs.
Link copied to clipboard
data class VaultLockArgs(val completeLock: Output<Boolean>? = null, val ignoreDeletionError: Output<Boolean>? = null, val policy: Output<String>? = null, val vaultName: Output<String>? = null) : ConvertibleToJava<VaultLockArgs>
Link copied to clipboard
class VaultLockArgsBuilder
Builder for VaultLockArgs.
Link copied to clipboard
Link copied to clipboard
class VaultLockResourceBuilder
Builder for VaultLock.
Link copied to clipboard
Link copied to clipboard
class VaultResourceBuilder
Builder for Vault.