AdminPasswordSourceConfigurationInput
The input configuration for the admin 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 admin password source.
Functions
Casts this AdminPasswordSourceConfigurationInput as a CustomerManagedAwsSecret and retrieves its aws.sdk.kotlin.services.odb.model.CustomerManagedAwsSecretConfigurationInput value. Throws an exception if the AdminPasswordSourceConfigurationInput is not a CustomerManagedAwsSecret.
Casts this AdminPasswordSourceConfigurationInput as a CustomerManagedAwsSecret and retrieves its aws.sdk.kotlin.services.odb.model.CustomerManagedAwsSecretConfigurationInput value. Returns null if the AdminPasswordSourceConfigurationInput is not a CustomerManagedAwsSecret.