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

AwsCodeBuildProjectEnvironmentRegistryCredential

import type { AwsCodeBuildProjectEnvironmentRegistryCredential } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

The credentials for access to a private registry.

interface AwsCodeBuildProjectEnvironmentRegistryCredential {
Credential?: string | null;
CredentialProvider?: string | null;
}

§Properties

§
Credential?: string | null
[src]

The 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?: string | null
[src]

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

The valid value,SECRETS_MANAGER, is for Secrets Manager.