RegistryCredentialResponse

data class RegistryCredentialResponse(val credential: String? = null, val credentialProvider: CredentialProviderTypeEnumValueResponse? = null)

Definition of RegistryCredential

Constructors

Link copied to clipboard
constructor(credential: String? = null, credentialProvider: CredentialProviderTypeEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val credential: String? = null

The Amazon Resource Name (ARN) or name of credentials created using Secrets Manager.

The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.

Link copied to clipboard

The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.