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

CreateResourceSetResponse

import type { CreateResourceSetResponse } from "https://aws-api.deno.dev/v0.3/services/route53recoveryreadiness.ts?docs=full";
interface CreateResourceSetResponse {
Resources?: Resource[] | null;
ResourceSetArn?: string | null;
ResourceSetName?: string | null;
ResourceSetType?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Resources?: Resource[] | null
[src]

A list of Resource objects

§
ResourceSetArn?: string | null
[src]

The arn for the ResourceSet

§
ResourceSetName?: string | null
[src]

The name of the ResourceSet

§
ResourceSetType?: string | null
[src]

AWS Resource Type of the resources in the ResourceSet

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