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

AwsCloudTrailTrailDetails

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

Provides details about a CloudTrail trail.

interface AwsCloudTrailTrailDetails {
CloudWatchLogsLogGroupArn?: string | null;
CloudWatchLogsRoleArn?: string | null;
HasCustomEventSelectors?: boolean | null;
HomeRegion?: string | null;
IncludeGlobalServiceEvents?: boolean | null;
IsMultiRegionTrail?: boolean | null;
IsOrganizationTrail?: boolean | null;
KmsKeyId?: string | null;
LogFileValidationEnabled?: boolean | null;
Name?: string | null;
S3BucketName?: string | null;
S3KeyPrefix?: string | null;
SnsTopicArn?: string | null;
SnsTopicName?: string | null;
TrailArn?: string | null;
}

§Properties

§
CloudWatchLogsLogGroupArn?: string | null
[src]

The ARN of the log group that CloudTrail logs are delivered to.

§
CloudWatchLogsRoleArn?: string | null
[src]

The ARN of the role that the CloudWatch Events endpoint assumes when it writes to the log group.

§
HasCustomEventSelectors?: boolean | null
[src]

Indicates whether the trail has custom event selectors.

§
HomeRegion?: string | null
[src]

The Region where the trail was created.

§
IncludeGlobalServiceEvents?: boolean | null
[src]

Indicates whether the trail publishes events from global services such as IAM to the log files.

§
IsMultiRegionTrail?: boolean | null
[src]

Indicates whether the trail applies only to the current Region or to all Regions.

§
IsOrganizationTrail?: boolean | null
[src]

Whether the trail is created for all accounts in an organization in Organizations, or only for the current Amazon Web Services account.

§
KmsKeyId?: string | null
[src]

The KMS key ID to use to encrypt the logs.

§
LogFileValidationEnabled?: boolean | null
[src]

Indicates whether CloudTrail log file validation is enabled.

§
Name?: string | null
[src]

The name of the trail.

§
S3BucketName?: string | null
[src]

The name of the S3 bucket where the log files are published.

§
S3KeyPrefix?: string | null
[src]

The S3 key prefix. The key prefix is added after the name of the S3 bucket where the log files are published.

§
SnsTopicArn?: string | null
[src]

The ARN of the SNS topic that is used for notifications of log file delivery.

§
SnsTopicName?: string | null
[src]

The name of the SNS topic that is used for notifications of log file delivery.

§
TrailArn?: string | null
[src]

The ARN of the trail.