Class: Aws::Types::UpdateElasticsearchDomainConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_policies::String

Returns the value of attribute access_policies.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def access_policies
  @access_policies
end

#advanced_options::Hash[::String, ::String]

Returns the value of attribute advanced_options.

Returns:

  • (::Hash[::String, ::String])


1206
1207
1208
# File 'sig/types.rbs', line 1206

def advanced_options
  @advanced_options
end

#advanced_security_optionsTypes::AdvancedSecurityOptionsInput

Returns the value of attribute advanced_security_options.



1210
1211
1212
# File 'sig/types.rbs', line 1210

def advanced_security_options
  @advanced_security_options
end

#auto_tune_optionsTypes::AutoTuneOptions

Returns the value of attribute auto_tune_options.



1213
1214
1215
# File 'sig/types.rbs', line 1213

def auto_tune_options
  @auto_tune_options
end

#automated_snapshot_pause_optionsTypes::AutomatedSnapshotPauseRequestOptions

Returns the value of attribute automated_snapshot_pause_options.



1216
1217
1218
# File 'sig/types.rbs', line 1216

def automated_snapshot_pause_options
  @automated_snapshot_pause_options
end

#cognito_optionsTypes::CognitoOptions

Returns the value of attribute cognito_options.



1205
1206
1207
# File 'sig/types.rbs', line 1205

def cognito_options
  @cognito_options
end

#deployment_strategy_optionsTypes::DeploymentStrategyOptions

Returns the value of attribute deployment_strategy_options.



1215
1216
1217
# File 'sig/types.rbs', line 1215

def deployment_strategy_options
  @deployment_strategy_options
end

#domain_endpoint_optionsTypes::DomainEndpointOptions

Returns the value of attribute domain_endpoint_options.



1209
1210
1211
# File 'sig/types.rbs', line 1209

def domain_endpoint_options
  @domain_endpoint_options
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def domain_name
  @domain_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def dry_run
  @dry_run
end

#ebs_optionsTypes::EBSOptions

Returns the value of attribute ebs_options.

Returns:



1202
1203
1204
# File 'sig/types.rbs', line 1202

def ebs_options
  @ebs_options
end

#elasticsearch_cluster_configTypes::ElasticsearchClusterConfig

Returns the value of attribute elasticsearch_cluster_config.



1201
1202
1203
# File 'sig/types.rbs', line 1201

def elasticsearch_cluster_config
  @elasticsearch_cluster_config
end

#encryption_at_rest_optionsTypes::EncryptionAtRestOptions

Returns the value of attribute encryption_at_rest_options.



1212
1213
1214
# File 'sig/types.rbs', line 1212

def encryption_at_rest_options
  @encryption_at_rest_options
end

#engine_mode"GENERAL", "OPTIMIZED"

Returns the value of attribute engine_mode.

Returns:

  • ("GENERAL", "OPTIMIZED")


1218
1219
1220
# File 'sig/types.rbs', line 1218

def engine_mode
  @engine_mode
end

#log_publishing_options::Hash[("INDEX_SLOW_LOGS" | "SEARCH_SLOW_LOGS" | "ES_APPLICATION_LOGS" | "AUDIT_LOGS"), Types::LogPublishingOption]

Returns the value of attribute log_publishing_options.

Returns:



1208
1209
1210
# File 'sig/types.rbs', line 1208

def log_publishing_options
  @log_publishing_options
end

#node_to_node_encryption_optionsTypes::NodeToNodeEncryptionOptions

Returns the value of attribute node_to_node_encryption_options.



1211
1212
1213
# File 'sig/types.rbs', line 1211

def node_to_node_encryption_options
  @node_to_node_encryption_options
end

#snapshot_optionsTypes::SnapshotOptions

Returns the value of attribute snapshot_options.



1203
1204
1205
# File 'sig/types.rbs', line 1203

def snapshot_options
  @snapshot_options
end

#use_case"SEARCH", ...

Returns the value of attribute use_case.

Returns:

  • ("SEARCH", "VECTOR", "OBSERVABILITY", "MIXED")


1217
1218
1219
# File 'sig/types.rbs', line 1217

def use_case
  @use_case
end

#vpc_optionsTypes::VPCOptions

Returns the value of attribute vpc_options.

Returns:



1204
1205
1206
# File 'sig/types.rbs', line 1204

def vpc_options
  @vpc_options
end