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

PutResourceSetRequest

import type { PutResourceSetRequest } from "https://aws-api.deno.dev/v0.4/services/fms.ts?docs=full";
interface PutResourceSetRequest {
ResourceSet: ResourceSet;
TagList?: Tag[] | null;
}

§Properties

§
ResourceSet: ResourceSet
[src]

Details about the resource set to be created or updated.>

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

Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.