Class: Aws::SecurityHub::Types::AwsCloudTrailTrailDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides details about a CloudTrail trail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_group_arnString

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

Returns:

  • (String)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_watch_logs_role_arnString

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

Returns:

  • (String)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#has_custom_event_selectorsBoolean

Indicates whether the trail has custom event selectors.

Returns:

  • (Boolean)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#home_regionString

The Region where the trail was created.

Returns:

  • (String)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#include_global_service_eventsBoolean

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

Returns:

  • (Boolean)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#is_multi_region_trailBoolean

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

Returns:

  • (Boolean)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#is_organization_trailBoolean

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

Returns:

  • (Boolean)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The KMS key ID to use to encrypt the logs.

Returns:

  • (String)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#log_file_validation_enabledBoolean

Indicates whether CloudTrail log file validation is enabled.

Returns:

  • (Boolean)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the trail.

Returns:

  • (String)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_nameString

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

Returns:

  • (String)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#s3_key_prefixString

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

Returns:

  • (String)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sns_topic_arnString

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

Returns:

  • (String)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sns_topic_nameString

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

Returns:

  • (String)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end

#trail_arnString

The ARN of the trail.

Returns:

  • (String)


4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 4804

class AwsCloudTrailTrailDetails < Struct.new(
  :cloud_watch_logs_log_group_arn,
  :cloud_watch_logs_role_arn,
  :has_custom_event_selectors,
  :home_region,
  :include_global_service_events,
  :is_multi_region_trail,
  :is_organization_trail,
  :kms_key_id,
  :log_file_validation_enabled,
  :name,
  :s3_bucket_name,
  :s3_key_prefix,
  :sns_topic_arn,
  :sns_topic_name,
  :trail_arn)
  SENSITIVE = []
  include Aws::Structure
end