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

RepositoryCredentials

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

The repository credentials for private registry authentication.

interface RepositoryCredentials {
credentialsParameter: string;
}

§Properties

§
credentialsParameter: string
[src]

The Amazon Resource Name (ARN) of the secret containing the private repository credentials.

Note: When you use the Amazon ECS API, CLI, or Amazon Web Services SDK, if the secret exists in the same Region as the task that you're launching then you can use either the full ARN or the name of the secret. When you use the Amazon Web Services Management Console, you must specify the full ARN of the secret.