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

ContainerServiceECRImagePullerRole

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

Describes the activation status of the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.

When activated, Lightsail creates an Identity and Access Management (IAM) role for the specified Lightsail container service. You can use the ARN of the role to create a trust relationship between your Lightsail container service and an Amazon ECR private repository in your Amazon Web Services account. This allows your container service to pull images from 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 ContainerServiceECRImagePullerRole {
isActive?: boolean | null;
principalArn?: string | null;
}

§Properties

§
isActive?: boolean | null
[src]

A Boolean value that indicates whether the role is activated.

§
principalArn?: string | null
[src]

The Amazon Resource Name (ARN) of the role, if it is activated.