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

ArtifactConfigOutput

import type { ArtifactConfigOutput } 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 ArtifactConfigOutput {
S3Encryption?: S3EncryptionConfig | null;
}

§Properties

§
S3Encryption?: S3EncryptionConfig | null
[src]

A structure that contains the configuration of encryption settings for canary artifacts that are stored in Amazon S3.