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

ResourcePolicy

import type { ResourcePolicy } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";

A policy enabling one or more entities to put logs to a log group in this account.

interface ResourcePolicy {
lastUpdatedTime?: number | null;
policyDocument?: string | null;
policyName?: string | null;
}

§Properties

§
lastUpdatedTime?: number | null
[src]

Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

§
policyDocument?: string | null
[src]

The details of the policy.

§
policyName?: string | null
[src]

The name of the resource policy.