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

PutImageScanningConfigurationRequest

import type { PutImageScanningConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface PutImageScanningConfigurationRequest {
imageScanningConfiguration: ImageScanningConfiguration;
registryId?: string | null;
repositoryName: string;
}

§Properties

§
imageScanningConfiguration: ImageScanningConfiguration
[src]

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

§
registryId?: string | null
[src]

The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.

§
repositoryName: string
[src]

The name of the repository in which to update the image scanning configuration setting.