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

GetTrailStatusRequest

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

The name of a trail about which you want the current status.

interface GetTrailStatusRequest {
Name: string;
}

§Properties

§
Name: string
[src]

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The following is the format of a trail ARN.

arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail