Class: Aws::OpenSearchService::Types::DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DataSource
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Data sources that are associated with an OpenSearch application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#data_source_description ⇒ String
Detailed description of a data source.
-
#iam_role_for_data_source_arn ⇒ String
The ARN of the IAM role to be used for cross account/region data source association.
Instance Attribute Details
#data_source_arn ⇒ String
The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities in Using Amazon Web Services Identity and Access Management for more information.
2238 2239 2240 2241 2242 2243 2244 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2238 class DataSource < Struct.new( :data_source_arn, :data_source_description, :iam_role_for_data_source_arn) SENSITIVE = [] include Aws::Structure end |
#data_source_description ⇒ String
Detailed description of a data source.
2238 2239 2240 2241 2242 2243 2244 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2238 class DataSource < Struct.new( :data_source_arn, :data_source_description, :iam_role_for_data_source_arn) SENSITIVE = [] include Aws::Structure end |
#iam_role_for_data_source_arn ⇒ String
The ARN of the IAM role to be used for cross account/region data source association.
2238 2239 2240 2241 2242 2243 2244 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2238 class DataSource < Struct.new( :data_source_arn, :data_source_description, :iam_role_for_data_source_arn) SENSITIVE = [] include Aws::Structure end |