BasicAuth

data class BasicAuth(val value: BasicAuth) : ProxyCredentials

HTTP Basic Authentication credentials (username and password) stored in Amazon Web Services Secrets Manager.

Constructors

Link copied to clipboard
constructor(value: BasicAuth)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ProxyCredentials as a BasicAuth and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.BasicAuth value. Throws an exception if the ProxyCredentials is not a BasicAuth.

Link copied to clipboard