Class: Aws::Firehose::Types::AmazonOpenSearchServerlessDestinationDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb

Overview

The destination description in the Serverless offering for Amazon OpenSearch Service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#buffering_hintsTypes::AmazonOpenSearchServerlessBufferingHints

The buffering options.



163
164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 163

class AmazonOpenSearchServerlessDestinationDescription < Struct.new(
  :role_arn,
  :collection_endpoint,
  :index_name,
  :buffering_hints,
  :retry_options,
  :s3_backup_mode,
  :s3_destination_description,
  :processing_configuration,
  :cloud_watch_logging_options,
  :vpc_configuration_description)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Describes the Amazon CloudWatch logging options for your delivery stream.



163
164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 163

class AmazonOpenSearchServerlessDestinationDescription < Struct.new(
  :role_arn,
  :collection_endpoint,
  :index_name,
  :buffering_hints,
  :retry_options,
  :s3_backup_mode,
  :s3_destination_description,
  :processing_configuration,
  :cloud_watch_logging_options,
  :vpc_configuration_description)
  SENSITIVE = []
  include Aws::Structure
end

#collection_endpointString

The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.

Returns:

  • (String)


163
164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 163

class AmazonOpenSearchServerlessDestinationDescription < Struct.new(
  :role_arn,
  :collection_endpoint,
  :index_name,
  :buffering_hints,
  :retry_options,
  :s3_backup_mode,
  :s3_destination_description,
  :processing_configuration,
  :cloud_watch_logging_options,
  :vpc_configuration_description)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The Serverless offering for Amazon OpenSearch Service index name.

Returns:

  • (String)


163
164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 163

class AmazonOpenSearchServerlessDestinationDescription < Struct.new(
  :role_arn,
  :collection_endpoint,
  :index_name,
  :buffering_hints,
  :retry_options,
  :s3_backup_mode,
  :s3_destination_description,
  :processing_configuration,
  :cloud_watch_logging_options,
  :vpc_configuration_description)
  SENSITIVE = []
  include Aws::Structure
end

#processing_configurationTypes::ProcessingConfiguration

Describes a data processing configuration.



163
164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 163

class AmazonOpenSearchServerlessDestinationDescription < Struct.new(
  :role_arn,
  :collection_endpoint,
  :index_name,
  :buffering_hints,
  :retry_options,
  :s3_backup_mode,
  :s3_destination_description,
  :processing_configuration,
  :cloud_watch_logging_options,
  :vpc_configuration_description)
  SENSITIVE = []
  include Aws::Structure
end

#retry_optionsTypes::AmazonOpenSearchServerlessRetryOptions

The Serverless offering for Amazon OpenSearch Service retry options.



163
164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 163

class AmazonOpenSearchServerlessDestinationDescription < Struct.new(
  :role_arn,
  :collection_endpoint,
  :index_name,
  :buffering_hints,
  :retry_options,
  :s3_backup_mode,
  :s3_destination_description,
  :processing_configuration,
  :cloud_watch_logging_options,
  :vpc_configuration_description)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the Amazon Web Services credentials.

Returns:

  • (String)


163
164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 163

class AmazonOpenSearchServerlessDestinationDescription < Struct.new(
  :role_arn,
  :collection_endpoint,
  :index_name,
  :buffering_hints,
  :retry_options,
  :s3_backup_mode,
  :s3_destination_description,
  :processing_configuration,
  :cloud_watch_logging_options,
  :vpc_configuration_description)
  SENSITIVE = []
  include Aws::Structure
end

#s3_backup_modeString

The Amazon S3 backup mode.

Returns:

  • (String)


163
164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 163

class AmazonOpenSearchServerlessDestinationDescription < Struct.new(
  :role_arn,
  :collection_endpoint,
  :index_name,
  :buffering_hints,
  :retry_options,
  :s3_backup_mode,
  :s3_destination_description,
  :processing_configuration,
  :cloud_watch_logging_options,
  :vpc_configuration_description)
  SENSITIVE = []
  include Aws::Structure
end

#s3_destination_descriptionTypes::S3DestinationDescription

Describes a destination in Amazon S3.



163
164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 163

class AmazonOpenSearchServerlessDestinationDescription < Struct.new(
  :role_arn,
  :collection_endpoint,
  :index_name,
  :buffering_hints,
  :retry_options,
  :s3_backup_mode,
  :s3_destination_description,
  :processing_configuration,
  :cloud_watch_logging_options,
  :vpc_configuration_description)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configuration_descriptionTypes::VpcConfigurationDescription

The details of the VPC of the Amazon ES destination.



163
164
165
166
167
168
169
170
171
172
173
174
175
176
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 163

class AmazonOpenSearchServerlessDestinationDescription < Struct.new(
  :role_arn,
  :collection_endpoint,
  :index_name,
  :buffering_hints,
  :retry_options,
  :s3_backup_mode,
  :s3_destination_description,
  :processing_configuration,
  :cloud_watch_logging_options,
  :vpc_configuration_description)
  SENSITIVE = []
  include Aws::Structure
end