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

EncryptionOptions

import type { EncryptionOptions } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";

! IMPORTANT: ! Does not apply to RabbitMQ brokers.

Encryption options for the broker.

interface EncryptionOptions {
KmsKeyId?: string | null;
UseAwsOwnedKey: boolean;
}

§Properties

§
KmsKeyId?: string | null
[src]

The customer master key (CMK) to use for the AWS Key Management Service (KMS). This key is used to encrypt your data at rest. If not provided, Amazon MQ will use a default CMK to encrypt your data.

§
UseAwsOwnedKey: boolean
[src]

Enables the use of an AWS owned CMK using AWS Key Management Service (KMS). Set to true by default, if no value is provided, for example, for RabbitMQ brokers.