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

PutPolicyRequest

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

§Properties

§
Policy: Policy
[src]

The details of the Firewall Manager policy to be created.

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

The tags to add to the Amazon Web Services resource.