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

CreateResourceSetRequest

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

The ResourceSet to create

interface CreateResourceSetRequest {
Resources: Resource[];
ResourceSetName: string;
ResourceSetType: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Resources: Resource[]
[src]

A list of Resource objects

§
ResourceSetName: string
[src]

The name of the ResourceSet to create

§
ResourceSetType: string
[src]

AWS Resource type of the resources in the ResourceSet

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]