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

SqsParameters

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

This structure includes the custom parameter to be used when the target is an SQS FIFO queue.

interface SqsParameters {
MessageGroupId?: string | null;
}

§Properties

§
MessageGroupId?: string | null
[src]

The FIFO message group ID to use as the target.