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

GetCustomRulePolicyResponse

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

§Properties

§
PolicyText?: string | null
[src]

The policy definition containing the logic for your Config Custom Policy rule.