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-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsSqsQueueDetails {
DeadLetterTargetArn?: string | null;
KmsDataKeyReusePeriodSeconds?: number | null;
KmsMasterKeyId?: string | null;
QueueName?: string | null;
}

§Properties

§
DeadLetterTargetArn?: string | null
[src]
§
KmsDataKeyReusePeriodSeconds?: number | null
[src]
§
KmsMasterKeyId?: string | null
[src]
§
QueueName?: string | null
[src]