Package-level declarations
Types
Link copied to clipboard
data class GetAliasesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetAliasesPlainArgs>
A collection of arguments for invoking getAliases.
Link copied to clipboard
Builder for GetAliasesPlainArgs.
Link copied to clipboard
data class GetCiphertextPlainArgs(val encryptionContext: Map<String, String>? = null, val keyId: String, val plaintext: String) : ConvertibleToJava<GetCiphertextPlainArgs>
A collection of arguments for invoking getCiphertext.
Link copied to clipboard
Builder for GetCiphertextPlainArgs.
Link copied to clipboard
data class GetKeysPlainArgs(val descriptionRegex: String? = null, val enableDetails: Boolean? = null, val filters: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetKeysPlainArgs>
A collection of arguments for invoking getKeys.
Link copied to clipboard
class GetKeysPlainArgsBuilder
Builder for GetKeysPlainArgs.
Link copied to clipboard
data class GetKeyVersionsPlainArgs(val ids: List<String>? = null, val keyId: String, val outputFile: String? = null) : ConvertibleToJava<GetKeyVersionsPlainArgs>
A collection of arguments for invoking getKeyVersions.
Link copied to clipboard
Builder for GetKeyVersionsPlainArgs.
Link copied to clipboard
data class GetPlaintextPlainArgs(val ciphertextBlob: String, val encryptionContext: Map<String, String>? = null) : ConvertibleToJava<GetPlaintextPlainArgs>
A collection of arguments for invoking getPlaintext.
Link copied to clipboard
Builder for GetPlaintextPlainArgs.
Link copied to clipboard
data class GetSecretsPlainArgs(val enableDetails: Boolean? = null, val fetchTags: Boolean? = null, val filters: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val tags: Map<String, Any>? = null) : ConvertibleToJava<GetSecretsPlainArgs>
A collection of arguments for invoking getSecrets.
Link copied to clipboard
Builder for GetSecretsPlainArgs.
Link copied to clipboard
data class GetSecretVersionsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val includeDeprecated: String? = null, val outputFile: String? = null, val secretName: String, val versionStage: String? = null) : ConvertibleToJava<GetSecretVersionsPlainArgs>
A collection of arguments for invoking getSecretVersions.
Link copied to clipboard
Builder for GetSecretVersionsPlainArgs.
Link copied to clipboard
A collection of arguments for invoking getService.
Link copied to clipboard
Builder for GetServicePlainArgs.