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

PrivateRegistryAccess

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

Describes the configuration for an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.

For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.

interface PrivateRegistryAccess {
ecrImagePullerRole?: ContainerServiceECRImagePullerRole | null;
}

§Properties

§
ecrImagePullerRole?: ContainerServiceECRImagePullerRole | null
[src]

An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.