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

CloudTrailProperties

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

Contains information about CloudTrail access.

interface CloudTrailProperties {
endTime: Date | number;
startTime: Date | number;
trailProperties: TrailProperties[];
}

§Properties

§
endTime: Date | number
[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.

§
trailProperties: TrailProperties[]
[src]

A TrailProperties object that contains settings for trail properties.