Class: Aws::CloudTrail::Types::PutEventConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::PutEventConfigurationResponse
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_configurations ⇒ Array<Types::AggregationConfiguration>
A list of aggregation configurations that are configured for the trail.
-
#context_key_selectors ⇒ Array<Types::ContextKeySelector>
The list of context key selectors that are configured for the event data store.
-
#event_data_store_arn ⇒ String
The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings were updated.
-
#max_event_size ⇒ String
The maximum allowed size for events stored in the specified event data store.
-
#trail_arn ⇒ String
The Amazon Resource Name (ARN) of the trail that has aggregation enabled.
Instance Attribute Details
#aggregation_configurations ⇒ Array<Types::AggregationConfiguration>
A list of aggregation configurations that are configured for the trail.
4225 4226 4227 4228 4229 4230 4231 4232 4233 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4225 class PutEventConfigurationResponse < Struct.new( :trail_arn, :event_data_store_arn, :max_event_size, :context_key_selectors, :aggregation_configurations) SENSITIVE = [] include Aws::Structure end |
#context_key_selectors ⇒ Array<Types::ContextKeySelector>
The list of context key selectors that are configured for the event data store.
4225 4226 4227 4228 4229 4230 4231 4232 4233 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4225 class PutEventConfigurationResponse < Struct.new( :trail_arn, :event_data_store_arn, :max_event_size, :context_key_selectors, :aggregation_configurations) SENSITIVE = [] include Aws::Structure end |
#event_data_store_arn ⇒ String
The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings were updated.
4225 4226 4227 4228 4229 4230 4231 4232 4233 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4225 class PutEventConfigurationResponse < Struct.new( :trail_arn, :event_data_store_arn, :max_event_size, :context_key_selectors, :aggregation_configurations) SENSITIVE = [] include Aws::Structure end |
#max_event_size ⇒ String
The maximum allowed size for events stored in the specified event data store.
4225 4226 4227 4228 4229 4230 4231 4232 4233 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4225 class PutEventConfigurationResponse < Struct.new( :trail_arn, :event_data_store_arn, :max_event_size, :context_key_selectors, :aggregation_configurations) SENSITIVE = [] include Aws::Structure end |
#trail_arn ⇒ String
The Amazon Resource Name (ARN) of the trail that has aggregation enabled.
4225 4226 4227 4228 4229 4230 4231 4232 4233 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4225 class PutEventConfigurationResponse < Struct.new( :trail_arn, :event_data_store_arn, :max_event_size, :context_key_selectors, :aggregation_configurations) SENSITIVE = [] include Aws::Structure end |