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

CreateFieldLevelEncryptionConfigResult

import type { CreateFieldLevelEncryptionConfigResult } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface CreateFieldLevelEncryptionConfigResult {
ETag?: string | null;
FieldLevelEncryption?: FieldLevelEncryption | null;
Location?: string | null;
}

§Properties

§
ETag?: string | null
[src]

The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

§
FieldLevelEncryption?: FieldLevelEncryption | null
[src]

Returned when you create a new field-level encryption configuration.

§
Location?: string | null
[src]

The fully qualified URI of the new configuration resource just created.