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

PutResourcePolicyRequest

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

§Properties

§
BlockPublicPolicy?: boolean | null
[src]

Specifies whether to block resource-based policies that allow broad access to the secret, for example those that use a wildcard for the principal.

§
ResourcePolicy: string
[src]

A JSON-formatted string for an Amazon Web Services resource-based policy. For example policies, see Permissions policy examples.

§
SecretId: string
[src]

The ARN or name of the secret to attach the resource-based policy.

For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.