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

DeleteResourcePolicyRequest

import type { DeleteResourcePolicyRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface DeleteResourcePolicyRequest {
policyName?: string | null;
}

§Properties

§
policyName?: string | null
[src]

The name of the policy to be revoked. This parameter is required.