Class: Aws::Types::UpdateElasticsearchDomainConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateElasticsearchDomainConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policies ⇒ ::String
Returns the value of attribute access_policies.
-
#advanced_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute advanced_options.
-
#advanced_security_options ⇒ Types::AdvancedSecurityOptionsInput
Returns the value of attribute advanced_security_options.
-
#auto_tune_options ⇒ Types::AutoTuneOptions
Returns the value of attribute auto_tune_options.
-
#automated_snapshot_pause_options ⇒ Types::AutomatedSnapshotPauseRequestOptions
Returns the value of attribute automated_snapshot_pause_options.
-
#cognito_options ⇒ Types::CognitoOptions
Returns the value of attribute cognito_options.
-
#deployment_strategy_options ⇒ Types::DeploymentStrategyOptions
Returns the value of attribute deployment_strategy_options.
-
#domain_endpoint_options ⇒ Types::DomainEndpointOptions
Returns the value of attribute domain_endpoint_options.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ebs_options ⇒ Types::EBSOptions
Returns the value of attribute ebs_options.
-
#elasticsearch_cluster_config ⇒ Types::ElasticsearchClusterConfig
Returns the value of attribute elasticsearch_cluster_config.
-
#encryption_at_rest_options ⇒ Types::EncryptionAtRestOptions
Returns the value of attribute encryption_at_rest_options.
-
#engine_mode ⇒ "GENERAL", "OPTIMIZED"
Returns the value of attribute engine_mode.
-
#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.
-
#node_to_node_encryption_options ⇒ Types::NodeToNodeEncryptionOptions
Returns the value of attribute node_to_node_encryption_options.
-
#snapshot_options ⇒ Types::SnapshotOptions
Returns the value of attribute snapshot_options.
-
#use_case ⇒ "SEARCH", ...
Returns the value of attribute use_case.
-
#vpc_options ⇒ Types::VPCOptions
Returns the value of attribute vpc_options.
Instance Attribute Details
#access_policies ⇒ ::String
Returns the value of attribute access_policies.
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.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def end |
#advanced_security_options ⇒ Types::AdvancedSecurityOptionsInput
Returns the value of attribute advanced_security_options.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def end |
#auto_tune_options ⇒ Types::AutoTuneOptions
Returns the value of attribute auto_tune_options.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def end |
#automated_snapshot_pause_options ⇒ Types::AutomatedSnapshotPauseRequestOptions
Returns the value of attribute automated_snapshot_pause_options.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def end |
#cognito_options ⇒ Types::CognitoOptions
Returns the value of attribute cognito_options.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def end |
#deployment_strategy_options ⇒ Types::DeploymentStrategyOptions
Returns the value of attribute deployment_strategy_options.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def end |
#domain_endpoint_options ⇒ Types::DomainEndpointOptions
Returns the value of attribute domain_endpoint_options.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def domain_name @domain_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def dry_run @dry_run end |
#ebs_options ⇒ Types::EBSOptions
Returns the value of attribute ebs_options.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def end |
#elasticsearch_cluster_config ⇒ Types::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_options ⇒ Types::EncryptionAtRestOptions
Returns the value of attribute encryption_at_rest_options.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def end |
#engine_mode ⇒ "GENERAL", "OPTIMIZED"
Returns the value of attribute engine_mode.
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.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def end |
#node_to_node_encryption_options ⇒ Types::NodeToNodeEncryptionOptions
Returns the value of attribute node_to_node_encryption_options.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def end |
#snapshot_options ⇒ Types::SnapshotOptions
Returns the value of attribute snapshot_options.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def end |
#use_case ⇒ "SEARCH", ...
Returns the value of attribute use_case.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def use_case @use_case end |
#vpc_options ⇒ Types::VPCOptions
Returns the value of attribute vpc_options.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def end |