Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RegistryCredential

import type { RegistryCredential } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";

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 Secrets Manager Sample for CodeBuild.

interface RegistryCredential {
credential: string;
credentialProvider: CredentialProviderType;
}

§Properties

§
credential: string
[src]

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

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

§
credentialProvider: CredentialProviderType
[src]

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