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

AwsSqsQueueDetails

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

Data about a queue.

interface AwsSqsQueueDetails {
DeadLetterTargetArn?: string | null;
KmsDataKeyReusePeriodSeconds?: number | null;
KmsMasterKeyId?: string | null;
QueueName?: string | null;
}

§Properties

§
DeadLetterTargetArn?: string | null
[src]

The ARN of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.

§
KmsDataKeyReusePeriodSeconds?: number | null
[src]

The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.

§
KmsMasterKeyId?: string | null
[src]

The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.

§
QueueName?: string | null
[src]

The name of the new queue.