Class: Aws::Odb::Types::UpdateAutonomousDatabaseInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:admin_password]

Instance Attribute Summary collapse

Instance Attribute Details

#admin_passwordString

The new password for the ADMIN user of the Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#admin_password_sourceString

The source of the admin password for the Autonomous Database. When set to CUSTOMER_MANAGED_AWS_SECRET, the admin password is retrieved from an Amazon Web Services Secrets Manager secret.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#admin_password_source_configurationTypes::AdminPasswordSourceConfigurationInput

The configuration of the admin password source for the Autonomous Database.



9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#allowlisted_ipsArray<String>

The list of IP addresses that are allowed to access the Autonomous Database.

Returns:

  • (Array<String>)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#auto_refresh_frequency_in_secondsInteger

The frequency, in seconds, at which the refreshable clone Autonomous Database is automatically refreshed.

Returns:

  • (Integer)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#auto_refresh_point_lag_in_secondsInteger

The time lag, in seconds, between the refreshable clone and its source Autonomous Database.

Returns:

  • (Integer)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#autonomous_database_idString

The unique identifier of the Autonomous Database to update.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#autonomous_maintenance_schedule_typeString

The maintenance schedule type for the Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#backup_retention_period_in_daysInteger

The retention period, in days, for automatic backups of the Autonomous Database.

Returns:

  • (Integer)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#byol_compute_count_limitFloat

The maximum number of compute resources that you can allocate to the Autonomous Database under the bring-your-own-license (BYOL) model.

Returns:

  • (Float)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#compute_countFloat

The compute capacity, in number of ECPUs or OCPUs, to assign to the Autonomous Database.

Returns:

  • (Float)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#cpu_core_countInteger

The number of CPU cores to allocate to the Autonomous Database.

Returns:

  • (Integer)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#customer_contacts_to_send_to_ociArray<Types::CustomerContact>

The list of customer contacts to receive operational notifications from OCI for the Autonomous Database.

Returns:



9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#data_storage_size_in_g_bsInteger

The size, in gigabytes (GB), of the data volume to allocate for the Autonomous Database.

Returns:

  • (Integer)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#data_storage_size_in_t_bsInteger

The size, in terabytes (TB), of the data volume to allocate for the Autonomous Database.

Returns:

  • (Integer)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#database_editionString

The Oracle Database edition to apply to the Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#db_nameString

The new name of the Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#db_tools_detailsArray<Types::DatabaseTool>

The list of database management tools to enable for the Autonomous Database.

Returns:



9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#db_versionString

The Oracle Database software version to use for the Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#db_workloadString

The intended use of the Autonomous Database, such as transaction processing, data warehouse, JSON database, or APEX.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#display_nameString

The new user-friendly name for the Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#encryption_key_configurationTypes::EncryptionKeyConfigurationInput

The configuration of the encryption key to use for the Autonomous Database.



9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#encryption_key_providerString

The provider of the encryption key to use for the Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#is_auto_scaling_enabledBoolean

Specifies whether to enable automatic scaling of the compute resources for the Autonomous Database.

Returns:

  • (Boolean)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#is_auto_scaling_for_storage_enabledBoolean

Specifies whether to enable automatic scaling of the storage for the Autonomous Database.

Returns:

  • (Boolean)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#is_backup_retention_lockedBoolean

Specifies whether to lock the backup retention period of the Autonomous Database to prevent it from being shortened.

Returns:

  • (Boolean)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#is_disconnect_peerBoolean

Specifies whether to disconnect the Autonomous Database from its peer database.

Returns:

  • (Boolean)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#is_local_data_guard_enabledBoolean

Specifies whether to enable local Oracle Data Guard for the Autonomous Database.

Returns:

  • (Boolean)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#is_mtls_connection_requiredBoolean

Specifies whether mutual TLS (mTLS) authentication is required to connect to the Autonomous Database.

Returns:

  • (Boolean)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#is_refreshable_cloneBoolean

Specifies whether the Autonomous Database is a refreshable clone.

Returns:

  • (Boolean)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#license_modelString

The Oracle license model to apply to the Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#local_adg_auto_failover_max_data_loss_limitInteger

The maximum data loss limit, in seconds, for automatic failover to the local Oracle Data Guard standby database.

Returns:

  • (Integer)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#long_term_backup_scheduleTypes::LongTermBackupSchedule

The long-term backup schedule for the Autonomous Database.



9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#open_modeString

The mode in which to open the Autonomous Database, either read-only or read/write.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#peer_db_idString

The unique identifier of the peer Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#permission_levelString

The permission level of the Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#private_endpoint_ipString

The private endpoint IP address for the Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#private_endpoint_labelString

The private endpoint label for the Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#refreshable_modeString

The refresh mode of the refreshable clone Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#resource_pool_leader_idString

The unique identifier of the resource pool leader Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#resource_pool_summaryTypes::ResourcePoolSummary

The configuration of the resource pool for the Autonomous Database.



9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#scheduled_operationsArray<Types::ScheduledOperationDetails>

The list of scheduled start and stop times for the Autonomous Database.



9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#standby_allowlisted_ipsArray<String>

The list of IP addresses that are allowed to access the standby Autonomous Database.

Returns:

  • (Array<String>)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#standby_allowlisted_ips_sourceString

The source of the allowlisted IP addresses for the standby Autonomous Database.

Returns:

  • (String)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end

#time_of_auto_refresh_startTime

The date and time at which the automatic refresh of the refreshable clone Autonomous Database starts.

Returns:

  • (Time)


9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
# File 'lib/aws-sdk-odb/types.rb', line 9251

class UpdateAutonomousDatabaseInput < Struct.new(
  :autonomous_database_id,
  :admin_password,
  :compute_count,
  :cpu_core_count,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :display_name,
  :db_name,
  :db_version,
  :db_workload,
  :db_tools_details,
  :database_edition,
  :license_model,
  :is_auto_scaling_enabled,
  :is_auto_scaling_for_storage_enabled,
  :is_backup_retention_locked,
  :is_local_data_guard_enabled,
  :is_mtls_connection_required,
  :is_refreshable_clone,
  :is_disconnect_peer,
  :backup_retention_period_in_days,
  :byol_compute_count_limit,
  :local_adg_auto_failover_max_data_loss_limit,
  :autonomous_maintenance_schedule_type,
  :customer_contacts_to_send_to_oci,
  :scheduled_operations,
  :long_term_backup_schedule,
  :open_mode,
  :permission_level,
  :refreshable_mode,
  :private_endpoint_ip,
  :private_endpoint_label,
  :peer_db_id,
  :resource_pool_leader_id,
  :resource_pool_summary,
  :standby_allowlisted_ips_source,
  :standby_allowlisted_ips,
  :allowlisted_ips,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :time_of_auto_refresh_start,
  :encryption_key_provider,
  :encryption_key_configuration,
  :admin_password_source,
  :admin_password_source_configuration)
  SENSITIVE = [:admin_password]
  include Aws::Structure
end