Class: Aws::Types::ElasticsearchDestinationUpdate

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.



417
418
419
# File 'sig/types.rbs', line 417

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



421
422
423
# File 'sig/types.rbs', line 421

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#cluster_endpoint::String

Returns the value of attribute cluster_endpoint.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def cluster_endpoint
  @cluster_endpoint
end

#document_id_optionsTypes::DocumentIdOptions

Returns the value of attribute document_id_options.



422
423
424
# File 'sig/types.rbs', line 422

def document_id_options
  @document_id_options
end

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def domain_arn
  @domain_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def index_name
  @index_name
end

#index_rotation_period"NoRotation", ...

Returns the value of attribute index_rotation_period.

Returns:

  • ("NoRotation", "OneHour", "OneDay", "OneWeek", "OneMonth")


416
417
418
# File 'sig/types.rbs', line 416

def index_rotation_period
  @index_rotation_period
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



420
421
422
# File 'sig/types.rbs', line 420

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::ElasticsearchRetryOptions

Returns the value of attribute retry_options.



418
419
420
# File 'sig/types.rbs', line 418

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def role_arn
  @role_arn
end

#s3_updateTypes::S3DestinationUpdate

Returns the value of attribute s3_update.



419
420
421
# File 'sig/types.rbs', line 419

def s3_update
  @s3_update
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def type_name
  @type_name
end