| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.clone() |
AwsCloudTrailTrailDetails |
ResourceDetails.getAwsCloudTrailTrail()
Provides details about a CloudTrail trail.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The ARN of the log group that CloudTrail logs are delivered to.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The ARN of the role that the CloudWatch Events endpoint assumes when it writes to the log group.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withHasCustomEventSelectors(Boolean hasCustomEventSelectors)
Indicates whether the trail has custom event selectors.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withHomeRegion(String homeRegion)
The Region where the trail was created.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withIncludeGlobalServiceEvents(Boolean includeGlobalServiceEvents)
Indicates whether the trail publishes events from global services such as IAM to the log files.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withIsMultiRegionTrail(Boolean isMultiRegionTrail)
Indicates whether the trail applies only to the current Region or to all Regions.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withIsOrganizationTrail(Boolean isOrganizationTrail)
Whether the trail is created for all accounts in an organization in Organizations, or only for the current Amazon
Web Services account.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withKmsKeyId(String kmsKeyId)
The KMS key ID to use to encrypt the logs.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withLogFileValidationEnabled(Boolean logFileValidationEnabled)
Indicates whether CloudTrail log file validation is enabled.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withName(String name)
The name of the trail.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withS3BucketName(String s3BucketName)
The name of the S3 bucket where the log files are published.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withS3KeyPrefix(String s3KeyPrefix)
The S3 key prefix.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withSnsTopicArn(String snsTopicArn)
The ARN of the SNS topic that is used for notifications of log file delivery.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withSnsTopicName(String snsTopicName)
The name of the SNS topic that is used for notifications of log file delivery.
|
AwsCloudTrailTrailDetails |
AwsCloudTrailTrailDetails.withTrailArn(String trailArn)
The ARN of the trail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsCloudTrailTrail(AwsCloudTrailTrailDetails awsCloudTrailTrail)
Provides details about a CloudTrail trail.
|
ResourceDetails |
ResourceDetails.withAwsCloudTrailTrail(AwsCloudTrailTrailDetails awsCloudTrailTrail)
Provides details about a CloudTrail trail.
|
Copyright © 2023. All rights reserved.