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

CloudTrailDetails

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

Contains information about CloudTrail access.

interface CloudTrailDetails {
accessRole: string;
endTime?: Date | number | null;
startTime: Date | number;
trails: Trail[];
}

§Properties

§
accessRole: string
[src]

The ARN of the service role that IAM Access Analyzer uses to access your CloudTrail trail and service last accessed information.

§
endTime?: Date | number | null
[src]

The end of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp after this time are not considered to generate a policy. If this is not included in the request, the default value is the current time.

§
startTime: Date | number
[src]

The start of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp before this time are not considered to generate a policy.

§
trails: Trail[]
[src]

A Trail object that contains settings for a trail.