RegistryCredentialArgs

data class RegistryCredentialArgs(val credential: Output<String>? = null, val credentialProvider: Output<CredentialProviderTypeEnumValueArgs>? = null) : ConvertibleToJava<RegistryCredentialArgs>

Definition of RegistryCredential

Constructors

Link copied to clipboard
constructor(credential: Output<String>? = null, credentialProvider: Output<CredentialProviderTypeEnumValueArgs>? = null)

Properties

Link copied to clipboard
val credential: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): RegistryCredentialArgs