Class: Aws::Types::UpdateDomainConfigRequest

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)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def access_policies
  @access_policies
end

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

Returns the value of attribute advanced_options.

Returns:

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


2393
2394
2395
# File 'sig/types.rbs', line 2393

def advanced_options
  @advanced_options
end

#advanced_security_optionsTypes::AdvancedSecurityOptionsInput

Returns the value of attribute advanced_security_options.



2400
2401
2402
# File 'sig/types.rbs', line 2400

def advanced_security_options
  @advanced_security_options
end

#aiml_optionsTypes::AIMLOptionsInput

Returns the value of attribute aiml_options.



2407
2408
2409
# File 'sig/types.rbs', line 2407

def aiml_options
  @aiml_options
end

#auto_tune_optionsTypes::AutoTuneOptions

Returns the value of attribute auto_tune_options.



2402
2403
2404
# File 'sig/types.rbs', line 2402

def auto_tune_options
  @auto_tune_options
end

#automated_snapshot_pause_optionsTypes::AutomatedSnapshotPauseRequestOptions

Returns the value of attribute automated_snapshot_pause_options.



2409
2410
2411
# File 'sig/types.rbs', line 2409

def automated_snapshot_pause_options
  @automated_snapshot_pause_options
end

#cluster_configTypes::ClusterConfig

Returns the value of attribute cluster_config.



2388
2389
2390
# File 'sig/types.rbs', line 2388

def cluster_config
  @cluster_config
end

#cognito_optionsTypes::CognitoOptions

Returns the value of attribute cognito_options.



2392
2393
2394
# File 'sig/types.rbs', line 2392

def cognito_options
  @cognito_options
end

#deployment_strategy_optionsTypes::DeploymentStrategyOptions

Returns the value of attribute deployment_strategy_options.



2408
2409
2410
# File 'sig/types.rbs', line 2408

def deployment_strategy_options
  @deployment_strategy_options
end

#domain_endpoint_optionsTypes::DomainEndpointOptions

Returns the value of attribute domain_endpoint_options.



2398
2399
2400
# File 'sig/types.rbs', line 2398

def domain_endpoint_options
  @domain_endpoint_options
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2387
2388
2389
# File 'sig/types.rbs', line 2387

def domain_name
  @domain_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2403
2404
2405
# File 'sig/types.rbs', line 2403

def dry_run
  @dry_run
end

#dry_run_mode"Basic", "Verbose"

Returns the value of attribute dry_run_mode.

Returns:

  • ("Basic", "Verbose")


2404
2405
2406
# File 'sig/types.rbs', line 2404

def dry_run_mode
  @dry_run_mode
end

#ebs_optionsTypes::EBSOptions

Returns the value of attribute ebs_options.

Returns:



2389
2390
2391
# File 'sig/types.rbs', line 2389

def ebs_options
  @ebs_options
end

#encryption_at_rest_optionsTypes::EncryptionAtRestOptions

Returns the value of attribute encryption_at_rest_options.



2397
2398
2399
# File 'sig/types.rbs', line 2397

def encryption_at_rest_options
  @encryption_at_rest_options
end

#engine_mode"GENERAL", "OPTIMIZED"

Returns the value of attribute engine_mode.

Returns:

  • ("GENERAL", "OPTIMIZED")


2411
2412
2413
# File 'sig/types.rbs', line 2411

def engine_mode
  @engine_mode
end

#identity_center_optionsTypes::IdentityCenterOptionsInput

Returns the value of attribute identity_center_options.



2401
2402
2403
# File 'sig/types.rbs', line 2401

def identity_center_options
  @identity_center_options
end

#ip_address_type"ipv4", "dualstack"

Returns the value of attribute ip_address_type.

Returns:

  • ("ipv4", "dualstack")


2395
2396
2397
# File 'sig/types.rbs', line 2395

def ip_address_type
  @ip_address_type
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:



2396
2397
2398
# File 'sig/types.rbs', line 2396

def log_publishing_options
  @log_publishing_options
end

#node_to_node_encryption_optionsTypes::NodeToNodeEncryptionOptions

Returns the value of attribute node_to_node_encryption_options.



2399
2400
2401
# File 'sig/types.rbs', line 2399

def node_to_node_encryption_options
  @node_to_node_encryption_options
end

#off_peak_window_optionsTypes::OffPeakWindowOptions

Returns the value of attribute off_peak_window_options.



2405
2406
2407
# File 'sig/types.rbs', line 2405

def off_peak_window_options
  @off_peak_window_options
end

#snapshot_optionsTypes::SnapshotOptions

Returns the value of attribute snapshot_options.



2390
2391
2392
# File 'sig/types.rbs', line 2390

def snapshot_options
  @snapshot_options
end

#software_update_optionsTypes::SoftwareUpdateOptions

Returns the value of attribute software_update_options.



2406
2407
2408
# File 'sig/types.rbs', line 2406

def software_update_options
  @software_update_options
end

#use_case"SEARCH", ...

Returns the value of attribute use_case.

Returns:

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


2410
2411
2412
# File 'sig/types.rbs', line 2410

def use_case
  @use_case
end

#vpc_optionsTypes::VPCOptions

Returns the value of attribute vpc_options.

Returns:



2391
2392
2393
# File 'sig/types.rbs', line 2391

def vpc_options
  @vpc_options
end