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

ArtifactConfigInput

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

A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.

interface ArtifactConfigInput {
S3Encryption?: S3EncryptionConfig | null;
}

§Properties

§
S3Encryption?: S3EncryptionConfig | null
[src]

A structure that contains the configuration of the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3. Artifact encryption functionality is available only for canaries that use Synthetics runtime version syn-nodejs-puppeteer-3.3 or later. For more information, see Encrypting canary artifacts