Class: Aws::Types::AmazonopensearchserviceDestinationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buffering_hintsTypes::AmazonopensearchserviceBufferingHints

Returns the value of attribute buffering_hints.



75
76
77
# File 'sig/types.rbs', line 75

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



80
81
82
# File 'sig/types.rbs', line 80

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#cluster_endpoint::String

Returns the value of attribute cluster_endpoint.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def cluster_endpoint
  @cluster_endpoint
end

#document_id_optionsTypes::DocumentIdOptions

Returns the value of attribute document_id_options.



82
83
84
# File 'sig/types.rbs', line 82

def document_id_options
  @document_id_options
end

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def domain_arn
  @domain_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def index_name
  @index_name
end

#index_rotation_period"NoRotation", ...

Returns the value of attribute index_rotation_period.

Returns:

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


74
75
76
# File 'sig/types.rbs', line 74

def index_rotation_period
  @index_rotation_period
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



79
80
81
# File 'sig/types.rbs', line 79

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::AmazonopensearchserviceRetryOptions

Returns the value of attribute retry_options.



76
77
78
# File 'sig/types.rbs', line 76

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def role_arn
  @role_arn
end

#s3_backup_mode"FailedDocumentsOnly", "AllDocuments"

Returns the value of attribute s3_backup_mode.

Returns:

  • ("FailedDocumentsOnly", "AllDocuments")


77
78
79
# File 'sig/types.rbs', line 77

def s3_backup_mode
  @s3_backup_mode
end

#s3_configurationTypes::S3DestinationConfiguration

Returns the value of attribute s3_configuration.



78
79
80
# File 'sig/types.rbs', line 78

def s3_configuration
  @s3_configuration
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def type_name
  @type_name
end

#vpc_configurationTypes::VpcConfiguration

Returns the value of attribute vpc_configuration.



81
82
83
# File 'sig/types.rbs', line 81

def vpc_configuration
  @vpc_configuration
end