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

ValidateResourcePolicyResponse

import type { ValidateResourcePolicyResponse } from "https://aws-api.deno.dev/v0.4/services/secretsmanager.ts?docs=full";
interface ValidateResourcePolicyResponse {
PolicyValidationPassed?: boolean | null;
ValidationErrors?: ValidationErrorsEntry[] | null;
}

§Properties

§
PolicyValidationPassed?: boolean | null
[src]

True if your policy passes validation, otherwise false.

§
ValidationErrors?: ValidationErrorsEntry[] | null
[src]

Validation errors if your policy didn't pass validation.