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

GetResourcePolicyResponse

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

§Properties

§
ARN?: string | null
[src]

The ARN of the secret that the resource-based policy was retrieved for.

§
Name?: string | null
[src]

The name of the secret that the resource-based policy was retrieved for.

§
ResourcePolicy?: string | null
[src]

A JSON-formatted string that contains the permissions policy attached to the secret. For more information about permissions policies, see Authentication and access control for Secrets Manager.