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

Trail

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

Contains details about the CloudTrail trail being analyzed to generate a policy.

interface Trail {
allRegions?: boolean | null;
cloudTrailArn: string;
regions?: string[] | null;
}

§Properties

§
allRegions?: boolean | null
[src]

Possible values are true or false. If set to true, IAM Access Analyzer retrieves CloudTrail data from all regions to analyze and generate a policy.

§
cloudTrailArn: string
[src]

Specifies the ARN of the trail. The format of a trail ARN is arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail.

§
regions?: string[] | null
[src]

A list of regions to get CloudTrail data from and analyze to generate a policy.