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/cloudtrail.ts?docs=full";
interface GetResourcePolicyResponse {
ResourceArn?: string | null;
ResourcePolicy?: string | null;
}

§Properties

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the CloudTrail channel attached to resource-based policy.

§
ResourcePolicy?: string | null
[src]

A JSON-formatted string that contains the resource-based policy attached to the CloudTrail channel.