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

TrailInfo

import type { TrailInfo } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";

Information about a CloudTrail trail, including the trail's name, home region, and Amazon Resource Name (ARN).

interface TrailInfo {
HomeRegion?: string | null;
Name?: string | null;
TrailARN?: string | null;
}

§Properties

§
HomeRegion?: string | null
[src]

The Amazon Web Services Region in which a trail was created.

§
Name?: string | null
[src]

The name of a trail.

§
TrailARN?: string | null
[src]

The ARN of a trail.