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

SubscriptionFilter

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

Represents a subscription filter.

interface SubscriptionFilter {
creationTime?: number | null;
destinationArn?: string | null;
distribution?: Distribution | null;
filterName?: string | null;
filterPattern?: string | null;
logGroupName?: string | null;
roleArn?: string | null;
}

§Properties

§
creationTime?: number | null
[src]

The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

§
destinationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the destination.

§
distribution?: Distribution | null
[src]
§
filterName?: string | null
[src]

The name of the subscription filter.

§
filterPattern?: string | null
[src]
§
logGroupName?: string | null
[src]

The name of the log group.

§
roleArn?: string | null
[src]