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

AwsEcrRepositoryDetails

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

Provides information about an Amazon Elastic Container Registry repository.

interface AwsEcrRepositoryDetails {
Arn?: string | null;
ImageScanningConfiguration?: AwsEcrRepositoryImageScanningConfigurationDetails | null;
ImageTagMutability?: string | null;
LifecyclePolicy?: AwsEcrRepositoryLifecyclePolicyDetails | null;
RepositoryName?: string | null;
RepositoryPolicyText?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the repository.

§
ImageScanningConfiguration?: AwsEcrRepositoryImageScanningConfigurationDetails | null
[src]

The image scanning configuration for a repository.

§
ImageTagMutability?: string | null
[src]

The tag mutability setting for the repository. Valid values are IMMUTABLE or MUTABLE.

§

Information about the lifecycle policy for the repository.

§
RepositoryName?: string | null
[src]

The name of the repository.

§
RepositoryPolicyText?: string | null
[src]

The text of the repository policy.