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

PutResourcePolicyResponse

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

§Properties

§
ResourceArn?: string | null
[src]

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

§
ResourcePolicy?: string | null
[src]

The JSON-formatted string of the Amazon Web Services resource-based policy attached to the CloudTrail channel.