Class: Aws::CloudTrail::Types::GetInsightSelectorsResponse

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

#event_data_store_arnString

The ARN of the source event data store that enabled Insights events.



2439
2440
2441
2442
2443
2444
2445
2446
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2439

class GetInsightSelectorsResponse < Struct.new(
  :trail_arn,
  :insight_selectors,
  :event_data_store_arn,
  :insights_destination)
  SENSITIVE = []
  include Aws::Structure
end

#insight_selectorsArray<Types::InsightSelector>

Contains the Insights types that are enabled on a trail or event data store. It also specifies the event categories on which a particular Insight type is enabled. ApiCallRateInsight and ApiErrorRateInsight are valid Insight types.The EventCategory field can specify Management or Data events or both. For event data store, you can log Insights for management events only.



2439
2440
2441
2442
2443
2444
2445
2446
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2439

class GetInsightSelectorsResponse < Struct.new(
  :trail_arn,
  :insight_selectors,
  :event_data_store_arn,
  :insights_destination)
  SENSITIVE = []
  include Aws::Structure
end

#insights_destinationString

The ARN of the destination event data store that logs Insights events.



2439
2440
2441
2442
2443
2444
2445
2446
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2439

class GetInsightSelectorsResponse < Struct.new(
  :trail_arn,
  :insight_selectors,
  :event_data_store_arn,
  :insights_destination)
  SENSITIVE = []
  include Aws::Structure
end

#trail_arnString

The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.



2439
2440
2441
2442
2443
2444
2445
2446
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2439

class GetInsightSelectorsResponse < Struct.new(
  :trail_arn,
  :insight_selectors,
  :event_data_store_arn,
  :insights_destination)
  SENSITIVE = []
  include Aws::Structure
end