CustomerManagedAwsSecret
data class CustomerManagedAwsSecret(val value: CustomerManagedAwsSecretConfiguration) : AdminPasswordSourceConfiguration
The configuration for a customer-managed Amazon Web Services Secrets Manager secret used as the admin password source.
Inherited functions
Link copied to clipboard
Casts this AdminPasswordSourceConfiguration as a CustomerManagedAwsSecret and retrieves its aws.sdk.kotlin.services.odb.model.CustomerManagedAwsSecretConfiguration value. Throws an exception if the AdminPasswordSourceConfiguration is not a CustomerManagedAwsSecret.
Link copied to clipboard
Casts this AdminPasswordSourceConfiguration as a CustomerManagedAwsSecret and retrieves its aws.sdk.kotlin.services.odb.model.CustomerManagedAwsSecretConfiguration value. Returns null if the AdminPasswordSourceConfiguration is not a CustomerManagedAwsSecret.