Class: Aws::CloudTrail::Types::GetEventConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_configurationsArray<Types::AggregationConfiguration>

The list of aggregation configurations that are configured for the trail.



2127
2128
2129
2130
2131
2132
2133
2134
2135
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2127

class GetEventConfigurationResponse < Struct.new(
  :trail_arn,
  :event_data_store_arn,
  :max_event_size,
  :context_key_selectors,
  :aggregation_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#context_key_selectorsArray<Types::ContextKeySelector>

The list of context key selectors that are configured for the event data store.

Returns:



2127
2128
2129
2130
2131
2132
2133
2134
2135
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2127

class GetEventConfigurationResponse < Struct.new(
  :trail_arn,
  :event_data_store_arn,
  :max_event_size,
  :context_key_selectors,
  :aggregation_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#event_data_store_arnString

The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings are returned.

Returns:

  • (String)


2127
2128
2129
2130
2131
2132
2133
2134
2135
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2127

class GetEventConfigurationResponse < Struct.new(
  :trail_arn,
  :event_data_store_arn,
  :max_event_size,
  :context_key_selectors,
  :aggregation_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#max_event_sizeString

The maximum allowed size for events stored in the specified event data store.

Returns:

  • (String)


2127
2128
2129
2130
2131
2132
2133
2134
2135
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2127

class GetEventConfigurationResponse < Struct.new(
  :trail_arn,
  :event_data_store_arn,
  :max_event_size,
  :context_key_selectors,
  :aggregation_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#trail_arnString

The Amazon Resource Name (ARN) of the trail for which the event configuration settings are returned.

Returns:

  • (String)


2127
2128
2129
2130
2131
2132
2133
2134
2135
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2127

class GetEventConfigurationResponse < Struct.new(
  :trail_arn,
  :event_data_store_arn,
  :max_event_size,
  :context_key_selectors,
  :aggregation_configurations)
  SENSITIVE = []
  include Aws::Structure
end