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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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.



10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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>)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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:



10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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:



10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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.



10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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.



10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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.



10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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.



10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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>)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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)


10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
# File 'lib/aws-sdk-odb/types.rb', line 10703

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