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

ValidateResourcePolicyRequest

import type { ValidateResourcePolicyRequest } from "https://aws-api.deno.dev/v0.4/services/secretsmanager.ts?docs=full";
interface ValidateResourcePolicyRequest {
ResourcePolicy: string;
SecretId?: string | null;
}

§Properties

§
ResourcePolicy: string
[src]

A JSON-formatted string that contains an Amazon Web Services resource-based policy. The policy in the string identifies who can access or manage this secret and its versions. For example policies, see Permissions policy examples.

§
SecretId?: string | null
[src]

This field is reserved for internal use.