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

AwsXrayEncryptionConfigDetails

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

Information about the encryption configuration for X-Ray.

interface AwsXrayEncryptionConfigDetails {
KeyId?: string | null;
Status?: string | null;
Type?: string | null;
}

§Properties

§
KeyId?: string | null
[src]

The identifier of the KMS key that is used for encryption. Provided if Type is KMS.

§
Status?: string | null
[src]

The current status of the encryption configuration. Valid values are ACTIVE or UPDATING.

When Status is equal to UPDATING, X-Ray might use both the old and new encryption.

§
Type?: string | null
[src]

The type of encryption. KMS indicates that the encryption uses KMS keys. NONE indicates the default encryption.