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

EncryptionConfiguration

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

Describes a custom encryption key that App Runner uses to encrypt copies of the source repository and service logs.

interface EncryptionConfiguration {
KmsKey: string;
}

§Properties

§
KmsKey: string
[src]

The ARN of the KMS key that's used for encryption.