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

DescribeDefaultEncryptionConfigurationResponse

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

§Properties

§
configurationStatus: ConfigurationStatus
[src]

The status of the account configuration. This contains the ConfigurationState. If there's 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 customer managed key used for KMS encryption if you use KMS_BASED_ENCRYPTION.