Package-level declarations

Types

Link copied to clipboard
data class GetAliasPlainArgs(val name: String) : ConvertibleToJava<GetAliasPlainArgs>

A collection of arguments for invoking getAlias.

Link copied to clipboard
Link copied to clipboard
data class GetCipherTextPlainArgs(val context: Map<String, String>? = null, val keyId: String, val plaintext: String) : ConvertibleToJava<GetCipherTextPlainArgs>

A collection of arguments for invoking getCipherText.

Link copied to clipboard
data class GetCustomKeyStorePlainArgs(val customKeyStoreId: String? = null, val customKeyStoreName: String? = null) : ConvertibleToJava<GetCustomKeyStorePlainArgs>

A collection of arguments for invoking getCustomKeyStore.

Link copied to clipboard
data class GetKeyPlainArgs(val grantTokens: List<String>? = null, val keyId: String) : ConvertibleToJava<GetKeyPlainArgs>

A collection of arguments for invoking getKey.

Link copied to clipboard
Link copied to clipboard
data class GetPublicKeyPlainArgs(val grantTokens: List<String>? = null, val keyId: String) : ConvertibleToJava<GetPublicKeyPlainArgs>

A collection of arguments for invoking getPublicKey.

Link copied to clipboard
data class GetSecretPlainArgs(val secrets: List<GetSecretSecret>) : ConvertibleToJava<GetSecretPlainArgs>

A collection of arguments for invoking getSecret.

Link copied to clipboard
Link copied to clipboard
data class GetSecretSecret(val context: Map<String, String>? = null, val grantTokens: List<String>? = null, val name: String, val payload: String) : ConvertibleToJava<GetSecretSecret>
Link copied to clipboard
Link copied to clipboard
data class GetSecretsPlainArgs(val secrets: List<GetSecretsSecret>) : ConvertibleToJava<GetSecretsPlainArgs>

A collection of arguments for invoking getSecrets.

Link copied to clipboard
data class GetSecretsSecret(val context: Map<String, String>? = null, val encryptionAlgorithm: String? = null, val grantTokens: List<String>? = null, val keyId: String? = null, val name: String, val payload: String) : ConvertibleToJava<GetSecretsSecret>
Link copied to clipboard
Link copied to clipboard
data class GrantConstraintArgs(val encryptionContextEquals: Output<Map<String, String>>? = null, val encryptionContextSubset: Output<Map<String, String>>? = null) : ConvertibleToJava<GrantConstraintArgs>