Class: Aws::OpenSearchService::Types::SecurityLakeDirectQueryDataSource

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

Overview

Configuration details for a Security Lake data source that can be used for direct queries.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The unique identifier of the IAM role that grants OpenSearch Service permission to access the specified data source.

Returns:

  • (String)


6817
6818
6819
6820
6821
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6817

class SecurityLakeDirectQueryDataSource < Struct.new(
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end