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

PutDefaultEncryptionConfigurationRequest

import type { PutDefaultEncryptionConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface PutDefaultEncryptionConfigurationRequest {
encryptionType: EncryptionType;
kmsKeyId?: string | null;
}

§Properties

§
encryptionType: EncryptionType
[src]

The type of encryption used for the encryption configuration.

§
kmsKeyId?: string | null
[src]

The Key ID of the customer managed key used for KMS encryption. This is required if you use KMS_BASED_ENCRYPTION.