GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::CloudTrail::Trail(3) User Contributed Perl Documentation Paws::CloudTrail::Trail(3)

Paws::CloudTrail::Trail

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::CloudTrail::Trail object:

  $service_obj->Method(Att1 => { CloudWatchLogsLogGroupArn => $value, ..., TrailARN => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::CloudTrail::Trail object:

  $result = $service_obj->Method(...);
  $result->Att1->CloudWatchLogsLogGroupArn

The settings for a trail.

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

Specifies if the trail has custom event selectors.

Specifies whether a trail has insight types specified in an "InsightSelector" list.

The region in which the trail was created.

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

Specifies whether the trail exists only in one region or exists in all regions.

Specifies whether the trail is an organization trail.

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

"arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012"

Specifies whether log file validation is enabled.

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/create_trail_naming_policy.html).

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-find-log-files.html).The maximum length is 200 characters.

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

"arn:aws:sns:us-east-2:123456789012:MyTopic"

This field is no longer in use. Use SnsTopicARN.

Specifies the ARN of the trail. The format of a trail ARN is:

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

This class forms part of Paws, describing an object used in Paws::CloudTrail

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.