Class: Aws::Types::AmazonOpenSearchServerlessDestinationDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buffering_hintsTypes::AmazonOpenSearchServerlessBufferingHints

Returns the value of attribute buffering_hints.



35
36
37
# File 'sig/types.rbs', line 35

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



40
41
42
# File 'sig/types.rbs', line 40

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#collection_endpoint::String

Returns the value of attribute collection_endpoint.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def collection_endpoint
  @collection_endpoint
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def index_name
  @index_name
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



39
40
41
# File 'sig/types.rbs', line 39

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::AmazonOpenSearchServerlessRetryOptions

Returns the value of attribute retry_options.



36
37
38
# File 'sig/types.rbs', line 36

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def role_arn
  @role_arn
end

#s3_backup_mode"FailedDocumentsOnly", "AllDocuments"

Returns the value of attribute s3_backup_mode.

Returns:

  • ("FailedDocumentsOnly", "AllDocuments")


37
38
39
# File 'sig/types.rbs', line 37

def s3_backup_mode
  @s3_backup_mode
end

#s3_destination_descriptionTypes::S3DestinationDescription

Returns the value of attribute s3_destination_description.



38
39
40
# File 'sig/types.rbs', line 38

def s3_destination_description
  @s3_destination_description
end

#vpc_configuration_descriptionTypes::VpcConfigurationDescription

Returns the value of attribute vpc_configuration_description.



41
42
43
# File 'sig/types.rbs', line 41

def vpc_configuration_description
  @vpc_configuration_description
end