Class: Aws::OpenSearchService::Types::SecurityLakeDirectQueryDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::SecurityLakeDirectQueryDataSource
- Defined in:
- gems/aws-sdk-opensearchservice/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
-
#role_arn ⇒ String
The unique identifier of the IAM role that grants OpenSearch Service permission to access the specified data source.
Instance Attribute Details
#role_arn ⇒ String
The unique identifier of the IAM role that grants OpenSearch Service permission to access the specified data source.
7238 7239 7240 7241 7242 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7238 class SecurityLakeDirectQueryDataSource < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |