Class: Aws::OpenSearchService::Types::CloudWatchDirectQueryDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CloudWatchDirectQueryDataSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Configuration details for a CloudWatch Logs 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.
1245 1246 1247 1248 1249 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1245 class CloudWatchDirectQueryDataSource < Struct.new( :role_arn) SENSITIVE = [] include Aws::Structure end |