BasicAuth

data class BasicAuth(val value: String) : MqBrokerAccessCredentials

The ARN of the Secrets Manager secret.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this MqBrokerAccessCredentials as a BasicAuth and retrieves its kotlin.String value. Throws an exception if the MqBrokerAccessCredentials is not a BasicAuth.

Link copied to clipboard

Casts this MqBrokerAccessCredentials as a BasicAuth and retrieves its kotlin.String value. Returns null if the MqBrokerAccessCredentials is not a BasicAuth.