Class: Aws::OpenSearchService::Types::DataSource

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

Overview

Data sources that are associated with an OpenSearch application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_arnString

The Amazon Resource Name (ARN) of the domain. See [Identifiers for IAM Entities ][1] in *Using Amazon Web Services Identity and Access Management* for more information.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/index.html

Returns:



2130
2131
2132
2133
2134
2135
2136
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2130

class DataSource < Struct.new(
  :data_source_arn,
  :data_source_description,
  :iam_role_for_data_source_arn)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_descriptionString

Detailed description of a data source.

Returns:



2130
2131
2132
2133
2134
2135
2136
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2130

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_arnString

The ARN of the IAM role to be used for cross account/region data source association.

Returns:



2130
2131
2132
2133
2134
2135
2136
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2130

class DataSource < Struct.new(
  :data_source_arn,
  :data_source_description,
  :iam_role_for_data_source_arn)
  SENSITIVE = []
  include Aws::Structure
end