Class: Aws::Odb::Types::AutonomousDatabase

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

Overview

Information about an Autonomous Database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actual_used_data_storage_size_in_t_bsFloat

The actual amount of data storage currently in use by the Autonomous Database, in TB.

Returns:

  • (Float)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#allocated_storage_size_in_t_bsFloat

The amount of storage currently allocated to the Autonomous Database, in TB.

Returns:

  • (Float)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#allowlisted_ipsArray<String>

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

Returns:

  • (Array<String>)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#apex_detailsTypes::AutonomousDatabaseApex

The Oracle Application Express (APEX) details for the Autonomous Database.



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  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)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  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)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#autonomous_database_arnString

The Amazon Resource Name (ARN) of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#autonomous_database_idString

The unique identifier of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#autonomous_maintenance_schedule_typeString

The maintenance schedule type for the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zoneString

The Availability Zone where the Autonomous Database is located.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zone_idString

The unique identifier of the Availability Zone where the Autonomous Database is located.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#available_upgrade_versionsArray<String>

The list of Oracle Database software versions to which the Autonomous Database can be upgraded.

Returns:

  • (Array<String>)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#backup_retention_period_in_daysInteger

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

Returns:

  • (Integer)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#byol_compute_count_limitInteger

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

Returns:

  • (Integer)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#character_setString

The character set of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#clone_table_space_listArray<Integer>

The list of tablespace identifiers to clone for the Autonomous Database.

Returns:

  • (Array<Integer>)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#compute_countFloat

The compute capacity, in number of Elastic CPUs (ECPUs) or Oracle CPUs (OCPUs), assigned to the Autonomous Database.

Returns:

  • (Float)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#compute_modelString

The compute model of the Autonomous Database, either ECPU or OCPU.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#connection_string_detailsTypes::AutonomousDatabaseConnectionStrings

The connection string details for the Autonomous Database.



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#connection_urlsTypes::AutonomousDatabaseConnectionUrls

The connection URLs for accessing tools and services for the Autonomous Database.



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#cpu_core_countInteger

The number of CPU cores allocated to the Autonomous Database.

Returns:

  • (Integer)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time when the Autonomous Database was created.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#customer_contactsArray<Types::CustomerContact>

The list of customer contacts that receive operational notifications from Oracle for the Autonomous Database.

Returns:



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#data_safe_statusString

The status of the Oracle Data Safe registration for the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#data_storage_size_in_g_bsInteger

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

Returns:

  • (Integer)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#data_storage_size_in_t_bsFloat

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

Returns:

  • (Float)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#database_editionString

The Oracle Database edition of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#database_management_statusString

The status of Oracle Database Management for the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#database_typeString

The type of the Autonomous Database, either a regular database or a clone.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#db_nameString

The name of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#db_tools_detailsArray<Types::DatabaseTool>

The list of database management tools enabled for the Autonomous Database.

Returns:



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#db_versionString

The Oracle Database software version of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  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)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The user-friendly name of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_summaryTypes::EncryptionSummary

The encryption configuration for the Autonomous Database.



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#failed_data_recovery_in_secondsInteger

The amount of time, in seconds, that the data in the Autonomous Database is behind the data in the primary database.

Returns:

  • (Integer)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#in_memory_area_in_g_bsInteger

The size of the in-memory area of the Autonomous Database, in GB.

Returns:

  • (Integer)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#is_auto_scaling_enabledBoolean

Indicates whether automatic scaling of the compute resources is enabled for the Autonomous Database.

Returns:

  • (Boolean)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#is_auto_scaling_for_storage_enabledBoolean

Indicates whether automatic scaling of the storage is enabled for the Autonomous Database.

Returns:

  • (Boolean)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#is_backup_retention_lockedBoolean

Indicates whether the backup retention period of the Autonomous Database is locked.

Returns:

  • (Boolean)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#is_local_data_guard_enabledBoolean

Indicates whether local Oracle Data Guard is enabled for the Autonomous Database.

Returns:

  • (Boolean)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#is_mtls_connection_requiredBoolean

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

Returns:

  • (Boolean)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#is_reconnect_clone_enabledBoolean

Indicates whether reconnecting the refreshable clone to its source Autonomous Database is enabled.

Returns:

  • (Boolean)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#is_refreshable_cloneBoolean

Indicates whether the Autonomous Database is a refreshable clone.

Returns:

  • (Boolean)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#is_remote_data_guard_enabledBoolean

Indicates whether remote Oracle Data Guard is enabled for the Autonomous Database.

Returns:

  • (Boolean)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#license_modelString

The Oracle license model that applies to the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  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)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#local_disaster_recovery_typeString

The type of local disaster recovery configured for the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#local_standby_dbTypes::DatabaseStandbySummary

The details of the local standby Autonomous Database in an Oracle Data Guard configuration.



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#long_term_backup_scheduleTypes::LongTermBackupSchedule

The long-term backup schedule for the Autonomous Database.



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#maintenance_target_componentString

The component on the Autonomous Database that the current maintenance is being applied to.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#memory_per_oracle_compute_unit_in_g_bsInteger

The amount of memory allocated per Oracle Compute Unit, in GB.

Returns:

  • (Integer)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#ncharacter_setString

The national character set of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#net_services_architectureString

The Oracle Net Services architecture of the Autonomous Database, either dedicated or shared.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#next_long_term_backup_time_stampTime

The date and time of the next scheduled long-term backup of the Autonomous Database.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#oci_resource_anchor_nameString

The name of the Oracle Cloud Infrastructure (OCI) resource anchor associated with the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#oci_urlString

The URL for accessing the OCI console page for the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#ocidString

The Oracle Cloud Identifier (OCID) of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#odb_network_arnString

The Amazon Resource Name (ARN) of the ODB network associated with the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#odb_network_idString

The unique identifier of the ODB network associated with the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#open_modeString

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

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#operations_insights_statusString

The status of Oracle Operations Insights for the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#peer_db_idsArray<String>

The list of unique identifiers of the peer Autonomous Databases.

Returns:

  • (Array<String>)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#percent_progressFloat

The progress of the current operation on the Autonomous Database, as a percentage.

Returns:

  • (Float)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#permission_levelString

The permission level of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#private_endpointString

The private endpoint for the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#private_endpoint_ipString

The private endpoint IP address for the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#private_endpoint_labelString

The private endpoint label for the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#provisionable_cpusArray<Integer>

The list of CPU core counts that you can provision for the Autonomous Database.

Returns:

  • (Array<Integer>)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#refreshable_modeString

The refresh mode of the refreshable clone Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#refreshable_statusString

The refresh status of the refreshable clone Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#remote_disaster_recovery_configurationTypes::DisasterRecoveryConfiguration

The configuration of the remote disaster recovery for the Autonomous Database.



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#resource_pool_leader_idString

The unique identifier of the resource pool leader Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#resource_pool_summaryTypes::ResourcePoolSummary

The configuration of the resource pool for the Autonomous Database.



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The Oracle Data Guard role of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_operationsArray<Types::ScheduledOperationDetails>

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



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#service_console_urlString

The URL for accessing the Oracle service console for the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#source_idString

The unique identifier of the source from which the Autonomous Database was created.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#sql_web_developer_urlString

The URL for accessing Oracle SQL Developer Web for the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  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>)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#standby_allowlisted_ips_sourceString

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

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#standby_dbTypes::DatabaseStandbySummary

The details of the standby Autonomous Database in a cross-Region Oracle Data Guard configuration.



563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the Autonomous Database.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Additional information about the current status of the Autonomous Database, if applicable.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_data_guard_role_changedTime

The date and time when the Oracle Data Guard role of the Autonomous Database last changed.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_deletion_of_free_autonomous_databaseTime

The date and time when the inactive Always Free Autonomous Database is scheduled to be automatically deleted.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_disaster_recovery_role_changedTime

The date and time when the disaster recovery role of the Autonomous Database last changed.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_local_data_guard_enabledTime

The date and time when local Oracle Data Guard was enabled for the Autonomous Database.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_maintenance_beginTime

The date and time when the next maintenance of the Autonomous Database begins.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_maintenance_endTime

The date and time when the next maintenance of the Autonomous Database ends.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  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)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_of_last_backupTime

The date and time of the last backup of the Autonomous Database.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_of_last_failoverTime

The date and time of the last failover operation for the Autonomous Database.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_of_last_refreshTime

The date and time of the last refresh of the refreshable clone Autonomous Database.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_of_last_refresh_pointTime

The date and time as of which the data in the refreshable clone Autonomous Database is current.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_of_last_switchoverTime

The date and time of the last switchover operation for the Autonomous Database.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_of_next_refreshTime

The date and time of the next scheduled refresh of the refreshable clone Autonomous Database.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_reclamation_of_free_autonomous_databaseTime

The date and time when the Always Free Autonomous Database is scheduled to be stopped because of inactivity.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_undeletedTime

The date and time when the Autonomous Database was restored after deletion.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_until_reconnect_clone_enabledTime

The date and time until which reconnecting the refreshable clone to its source Autonomous Database is allowed.

Returns:

  • (Time)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#total_backup_storage_size_in_g_bsFloat

The total amount of backup storage used by the Autonomous Database, in GB.

Returns:

  • (Float)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#used_data_storage_size_in_g_bsInteger

The amount of data storage currently in use by the Autonomous Database, in GB.

Returns:

  • (Integer)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end

#used_data_storage_size_in_t_bsFloat

The amount of data storage currently in use by the Autonomous Database, in TB.

Returns:

  • (Float)


563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 563

class AutonomousDatabase < Struct.new(
  :autonomous_database_id,
  :autonomous_database_arn,
  :oci_resource_anchor_name,
  :percent_progress,
  :ocid,
  :oci_url,
  :display_name,
  :db_name,
  :source_id,
  :status,
  :status_reason,
  :database_type,
  :db_version,
  :db_workload,
  :character_set,
  :ncharacter_set,
  :database_edition,
  :license_model,
  :open_mode,
  :permission_level,
  :is_mtls_connection_required,
  :autonomous_maintenance_schedule_type,
  :net_services_architecture,
  :available_upgrade_versions,
  :byol_compute_count_limit,
  :connection_string_details,
  :service_console_url,
  :sql_web_developer_url,
  :customer_contacts,
  :apex_details,
  :standby_db,
  :local_standby_db,
  :data_safe_status,
  :database_management_status,
  :operations_insights_status,
  :availability_zone,
  :availability_zone_id,
  :maintenance_target_component,
  :connection_urls,
  :db_tools_details,
  :scheduled_operations,
  :resource_pool_leader_id,
  :compute_count,
  :compute_model,
  :cpu_core_count,
  :memory_per_oracle_compute_unit_in_g_bs,
  :provisionable_cpus,
  :is_auto_scaling_enabled,
  :data_storage_size_in_t_bs,
  :data_storage_size_in_g_bs,
  :used_data_storage_size_in_t_bs,
  :used_data_storage_size_in_g_bs,
  :actual_used_data_storage_size_in_t_bs,
  :allocated_storage_size_in_t_bs,
  :in_memory_area_in_g_bs,
  :is_auto_scaling_for_storage_enabled,
  :odb_network_id,
  :odb_network_arn,
  :private_endpoint,
  :private_endpoint_ip,
  :private_endpoint_label,
  :allowlisted_ips,
  :standby_allowlisted_ips,
  :standby_allowlisted_ips_source,
  :is_local_data_guard_enabled,
  :is_remote_data_guard_enabled,
  :local_disaster_recovery_type,
  :role,
  :peer_db_ids,
  :failed_data_recovery_in_seconds,
  :local_adg_auto_failover_max_data_loss_limit,
  :remote_disaster_recovery_configuration,
  :is_refreshable_clone,
  :refreshable_mode,
  :refreshable_status,
  :auto_refresh_frequency_in_seconds,
  :auto_refresh_point_lag_in_seconds,
  :is_reconnect_clone_enabled,
  :clone_table_space_list,
  :backup_retention_period_in_days,
  :long_term_backup_schedule,
  :is_backup_retention_locked,
  :total_backup_storage_size_in_g_bs,
  :resource_pool_summary,
  :encryption_summary,
  :created_at,
  :time_of_last_backup,
  :time_maintenance_begin,
  :time_maintenance_end,
  :time_local_data_guard_enabled,
  :time_data_guard_role_changed,
  :time_of_last_switchover,
  :time_of_last_failover,
  :time_of_last_refresh,
  :time_of_last_refresh_point,
  :time_of_next_refresh,
  :time_of_auto_refresh_start,
  :time_deletion_of_free_autonomous_database,
  :time_reclamation_of_free_autonomous_database,
  :time_disaster_recovery_role_changed,
  :time_until_reconnect_clone_enabled,
  :next_long_term_backup_time_stamp,
  :time_undeleted)
  SENSITIVE = []
  include Aws::Structure
end