Class: Aws::SecurityHub::Types::AwsRdsDbInstanceDetails

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

Overview

Contains the details of an Amazon RDS DB instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storageInteger

The amount of storage (in gigabytes) to initially allocate for the DB instance.

Returns:

  • (Integer)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#associated_rolesArray<Types::AwsRdsDbInstanceAssociatedRole>

The IAM roles associated with the DB instance.



16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#auto_minor_version_upgradeBoolean

Indicates whether minor version patches are applied automatically.

Returns:

  • (Boolean)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zoneString

The Availability Zone where the DB instance will be created.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#backup_retention_periodInteger

The number of days for which to retain automated backups.

Returns:

  • (Integer)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#ca_certificate_identifierString

The identifier of the CA certificate for this DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#character_set_nameString

The name of the character set that this DB instance is associated with.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#copy_tags_to_snapshotBoolean

Whether to copy resource tags to snapshots of the DB instance.

Returns:

  • (Boolean)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_identifierString

If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_classString

Contains the name of the compute and memory capacity class of the DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_identifierString

Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_portInteger

Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port.

Returns:

  • (Integer)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_statusString

The current status of the DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#db_nameString

The meaning of this parameter differs according to the database engine you use.

MySQL, MariaDB, SQL Server, PostgreSQL

Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.

Oracle

Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters don't apply to an Oracle DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#db_parameter_groupsArray<Types::AwsRdsDbParameterGroup>

A list of the DB parameter groups to assign to the DB instance.

Returns:



16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#db_security_groupsArray<String>

A list of the DB security groups to assign to the DB instance.

Returns:

  • (Array<String>)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#db_subnet_groupTypes::AwsRdsDbSubnetGroup

Information about the subnet group that is associated with the DB instance.



16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#dbi_resource_idString

The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in CloudTrail log entries whenever the KMS key for the DB instance is accessed.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_protectionBoolean

Indicates whether the DB instance has deletion protection enabled.

When deletion protection is enabled, the database cannot be deleted.

Returns:

  • (Boolean)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#domain_membershipsArray<Types::AwsRdsDbDomainMembership>

The Active Directory domain membership records associated with the DB instance.



16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_cloud_watch_logs_exportsArray<String>

A list of log types that this DB instance is configured to export to CloudWatch Logs.

Returns:

  • (Array<String>)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#endpointTypes::AwsRdsDbInstanceEndpoint

Specifies the connection endpoint.



16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

Provides the name of the database engine to use for this DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

Indicates the database engine version.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#enhanced_monitoring_resource_arnString

The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#iam_database_authentication_enabledBoolean

True if mapping of IAM accounts to database accounts is enabled, and otherwise false.

IAM database authentication can be enabled for the following database engines.

  • For MySQL 5.6, minor version 5.6.34 or higher

  • For MySQL 5.7, minor version 5.7.16 or higher

  • Aurora 5.6 or higher

Returns:

  • (Boolean)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#instance_create_timeString

Indicates when the DB instance was created.

For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

Specifies the provisioned IOPS (I/O operations per second) for this DB instance.

Returns:

  • (Integer)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

If StorageEncrypted is true, the KMS key identifier for the encrypted DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#latest_restorable_timeString

Specifies the latest time to which a database can be restored with point-in-time restore.

For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#license_modelString

License model information for this DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#listener_endpointTypes::AwsRdsDbInstanceEndpoint

Specifies the connection endpoint.



16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#master_usernameString

The master user name of the DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#max_allocated_storageInteger

The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.

Returns:

  • (Integer)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_intervalInteger

The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.

Returns:

  • (Integer)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_role_arnString

The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#multi_azBoolean

Whether the DB instance is a multiple Availability Zone deployment.

Returns:

  • (Boolean)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#option_group_membershipsArray<Types::AwsRdsDbOptionGroupMembership>

The list of option group memberships for this DB instance.



16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#pending_modified_valuesTypes::AwsRdsDbPendingModifiedValues

Changes to the DB instance that are currently pending.



16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#performance_insights_enabledBoolean

Indicates whether Performance Insights is enabled for the DB instance.

Returns:

  • (Boolean)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#performance_insights_kms_key_idString

The identifier of the KMS key used to encrypt the Performance Insights data.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#performance_insights_retention_periodInteger

The number of days to retain Performance Insights data.

Returns:

  • (Integer)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#preferred_backup_windowString

The range of time each day when automated backups are created, if automated backups are enabled.

Uses the format HH:MM-HH:MM. For example, 04:52-05:22.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#preferred_maintenance_windowString

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Uses the format <day>:HH:MM-<day>:HH:MM.

For the day values, use mon|tue|wed|thu|fri|sat|sun.

For example, sun:09:32-sun:10:02.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#processor_featuresArray<Types::AwsRdsDbProcessorFeature>

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.



16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#promotion_tierInteger

The order in which to promote an Aurora replica to the primary instance after a failure of the existing primary instance.

Returns:

  • (Integer)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#publicly_accessibleBoolean

Specifies the accessibility options for the DB instance.

A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.

A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

Returns:

  • (Boolean)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#read_replica_db_cluster_identifiersArray<String>

List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.

Returns:

  • (Array<String>)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#read_replica_db_instance_identifiersArray<String>

List of identifiers of the read replicas associated with this DB instance.

Returns:

  • (Array<String>)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#read_replica_source_db_instance_identifierString

If this DB instance is a read replica, contains the identifier of the source DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_availability_zoneString

For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#status_infosArray<Types::AwsRdsDbStatusInfo>

The status of a read replica. If the instance isn't a read replica, this is empty.

Returns:



16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#storage_encryptedBoolean

Specifies whether the DB instance is encrypted.

Returns:

  • (Boolean)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

The storage type for the DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#tde_credential_arnString

The ARN from the key store with which the instance is associated for TDE encryption.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

The time zone of the DB instance.

Returns:

  • (String)


16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_security_groupsArray<Types::AwsRdsDbInstanceVpcSecurityGroup>

A list of VPC security groups that the DB instance belongs to.



16101
16102
16103
16104
16105
16106
16107
16108
16109
16110
16111
16112
16113
16114
16115
16116
16117
16118
16119
16120
16121
16122
16123
16124
16125
16126
16127
16128
16129
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16140
16141
16142
16143
16144
16145
16146
16147
16148
16149
16150
16151
16152
16153
16154
16155
16156
16157
16158
16159
16160
16161
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16101

class AwsRdsDbInstanceDetails < Struct.new(
  :associated_roles,
  :ca_certificate_identifier,
  :db_cluster_identifier,
  :db_instance_identifier,
  :db_instance_class,
  :db_instance_port,
  :dbi_resource_id,
  :db_name,
  :deletion_protection,
  :endpoint,
  :engine,
  :engine_version,
  :iam_database_authentication_enabled,
  :instance_create_time,
  :kms_key_id,
  :publicly_accessible,
  :storage_encrypted,
  :tde_credential_arn,
  :vpc_security_groups,
  :multi_az,
  :enhanced_monitoring_resource_arn,
  :db_instance_status,
  :master_username,
  :allocated_storage,
  :preferred_backup_window,
  :backup_retention_period,
  :db_security_groups,
  :db_parameter_groups,
  :availability_zone,
  :db_subnet_group,
  :preferred_maintenance_window,
  :pending_modified_values,
  :latest_restorable_time,
  :auto_minor_version_upgrade,
  :read_replica_source_db_instance_identifier,
  :read_replica_db_instance_identifiers,
  :read_replica_db_cluster_identifiers,
  :license_model,
  :iops,
  :option_group_memberships,
  :character_set_name,
  :secondary_availability_zone,
  :status_infos,
  :storage_type,
  :domain_memberships,
  :copy_tags_to_snapshot,
  :monitoring_interval,
  :monitoring_role_arn,
  :promotion_tier,
  :timezone,
  :performance_insights_enabled,
  :performance_insights_kms_key_id,
  :performance_insights_retention_period,
  :enabled_cloud_watch_logs_exports,
  :processor_features,
  :listener_endpoint,
  :max_allocated_storage)
  SENSITIVE = []
  include Aws::Structure
end