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

PutDefaultEncryptionConfigurationResponse

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

§Properties

§
configurationStatus: ConfigurationStatus
[src]

The status of the account configuration. This contains the ConfigurationState. If there is an error, it also contains the ErrorDetails.

§
encryptionType: EncryptionType
[src]

The type of encryption used for the encryption configuration.

§
kmsKeyArn?: string | null
[src]

The Key ARN of the KMS key used for KMS encryption if you use KMS_BASED_ENCRYPTION.