You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::RegistryCredential

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RegistryCredential as input to an Aws::Client method, you can use a vanilla Hash:

{
  credential: "NonEmptyString", # required
  credential_provider: "SECRETS_MANAGER", # required, accepts SECRETS_MANAGER
}

Information about credentials that provide access to a private Docker registry. When this is set:

  • imagePullCredentialsType must be set to SERVICE_ROLE.

  • images cannot be curated or an Amazon ECR image.

For more information, see Private Registry with AWS Secrets Manager Sample for AWS CodeBuild.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#credentialString

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

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

Returns:

  • (String)

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

#credential_providerString

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

Possible values:

  • SECRETS_MANAGER

Returns:

  • (String)

    The service that created the credentials to access a private Docker registry.