CustomerManagedAwsSecret
data class CustomerManagedAwsSecret(val value: CustomerManagedAwsSecretConfigurationInput) : AdminPasswordSourceConfigurationInput
The configuration for using a customer-managed Amazon Web Services Secrets Manager secret as the admin password source.
Inherited functions
Link copied to clipboard
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.
Link copied to clipboard
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.