Class: Aws::Types::AmazonopensearchserviceDestinationDescription

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.



93
94
95
# File 'sig/types.rbs', line 93

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



98
99
100
# File 'sig/types.rbs', line 98

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#cluster_endpoint::String

Returns the value of attribute cluster_endpoint.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def cluster_endpoint
  @cluster_endpoint
end

#document_id_optionsTypes::DocumentIdOptions

Returns the value of attribute document_id_options.



100
101
102
# File 'sig/types.rbs', line 100

def document_id_options
  @document_id_options
end

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def domain_arn
  @domain_arn
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def index_name
  @index_name
end

#index_rotation_period"NoRotation", ...

Returns the value of attribute index_rotation_period.

Returns:

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


92
93
94
# File 'sig/types.rbs', line 92

def index_rotation_period
  @index_rotation_period
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



97
98
99
# File 'sig/types.rbs', line 97

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::AmazonopensearchserviceRetryOptions

Returns the value of attribute retry_options.



94
95
96
# File 'sig/types.rbs', line 94

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def role_arn
  @role_arn
end

#s3_backup_mode"FailedDocumentsOnly", "AllDocuments"

Returns the value of attribute s3_backup_mode.

Returns:

  • ("FailedDocumentsOnly", "AllDocuments")


95
96
97
# File 'sig/types.rbs', line 95

def s3_backup_mode
  @s3_backup_mode
end

#s3_destination_descriptionTypes::S3DestinationDescription

Returns the value of attribute s3_destination_description.



96
97
98
# File 'sig/types.rbs', line 96

def s3_destination_description
  @s3_destination_description
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def type_name
  @type_name
end

#vpc_configuration_descriptionTypes::VpcConfigurationDescription

Returns the value of attribute vpc_configuration_description.



99
100
101
# File 'sig/types.rbs', line 99

def vpc_configuration_description
  @vpc_configuration_description
end