Class: Aws::Types::ElasticsearchDestinationConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#buffering_hintsTypes::ElasticsearchBufferingHints

Returns the value of attribute buffering_hints.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.

Returns:



386
387
388
# File 'sig/types.rbs', line 386

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#cluster_endpoint::String

Returns the value of attribute cluster_endpoint.

Returns:



377
378
379
# File 'sig/types.rbs', line 377

def cluster_endpoint
  @cluster_endpoint
end

#document_id_optionsTypes::DocumentIdOptions

Returns the value of attribute document_id_options.

Returns:



388
389
390
# File 'sig/types.rbs', line 388

def document_id_options
  @document_id_options
end

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:



376
377
378
# File 'sig/types.rbs', line 376

def domain_arn
  @domain_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:



378
379
380
# File 'sig/types.rbs', line 378

def index_name
  @index_name
end

#index_rotation_period"NoRotation", ...

Returns the value of attribute index_rotation_period.

Returns:



380
381
382
# File 'sig/types.rbs', line 380

def index_rotation_period
  @index_rotation_period
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.

Returns:



385
386
387
# File 'sig/types.rbs', line 385

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::ElasticsearchRetryOptions

Returns the value of attribute retry_options.

Returns:



382
383
384
# File 'sig/types.rbs', line 382

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



375
376
377
# File 'sig/types.rbs', line 375

def role_arn
  @role_arn
end

#s3_backup_mode"FailedDocumentsOnly", "AllDocuments"

Returns the value of attribute s3_backup_mode.

Returns:



383
384
385
# File 'sig/types.rbs', line 383

def s3_backup_mode
  @s3_backup_mode
end

#s3_configurationTypes::S3DestinationConfiguration

Returns the value of attribute s3_configuration.

Returns:



384
385
386
# File 'sig/types.rbs', line 384

def s3_configuration
  @s3_configuration
end

#type_name::String

Returns the value of attribute type_name.

Returns:



379
380
381
# File 'sig/types.rbs', line 379

def type_name
  @type_name
end

#vpc_configurationTypes::VpcConfiguration

Returns the value of attribute vpc_configuration.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def vpc_configuration
  @vpc_configuration
end