Skip to main content
Module

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

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

Properties

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