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

AwsEcrRepositoryLifecyclePolicyDetails

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

Information about the lifecycle policy for the repository.

interface AwsEcrRepositoryLifecyclePolicyDetails {
LifecyclePolicyText?: string | null;
RegistryId?: string | null;
}

§Properties

§
LifecyclePolicyText?: string | null
[src]

The text of the lifecycle policy.

§
RegistryId?: string | null
[src]

The Amazon Web Services account identifier that is associated with the registry that contains the repository.