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

CreateDestinationRequest

import type { CreateDestinationRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface CreateDestinationRequest {
ClientRequestToken?: string | null;
Description?: string | null;
Expression: string;
ExpressionType: ExpressionType;
Name: string;
RoleArn: string;
Tags?: Tag[] | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]

Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.

§
Description?: string | null
[src]

The description of the new resource.

§
Expression: string
[src]

The rule name or topic rule to send messages to.

§
ExpressionType: ExpressionType
[src]

The type of value in Expression.

§
Name: string
[src]

The name of the new resource.

§
RoleArn: string
[src]

The ARN of the IAM Role that authorizes the destination.

§
Tags?: Tag[] | null
[src]

The tags to attach to the new destination. Tags are metadata that you can use to manage a resource.