Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/sqs/structs.ts>CreateQueueRequest

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface CreateQueueRequest
import { type CreateQueueRequest } from "https://deno.land/x/aws_api@v0.5.0/services/sqs/structs.ts";

Properties

QueueName: string
optional
Attributes: [key in QueueAttributeName]: string | null | undefined | null
optional
tags: { [key: string]: string | null | undefined; } | null