WalletPasswordSourceConfigurationInput
The input configuration for the wallet password source. This is a union, so only one of the following members can be specified.
Inheritors
Types
The configuration for using a customer-managed Amazon Web Services Secrets Manager secret as the wallet password source.
Functions
Casts this WalletPasswordSourceConfigurationInput as a CustomerManagedAwsSecret and retrieves its aws.sdk.kotlin.services.odb.model.CustomerManagedAwsSecretConfigurationInput value. Throws an exception if the WalletPasswordSourceConfigurationInput is not a CustomerManagedAwsSecret.
Casts this WalletPasswordSourceConfigurationInput as a CustomerManagedAwsSecret and retrieves its aws.sdk.kotlin.services.odb.model.CustomerManagedAwsSecretConfigurationInput value. Returns null if the WalletPasswordSourceConfigurationInput is not a CustomerManagedAwsSecret.