Class: Aws::RDS::Types::DBClusterAutomatedBackup
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBClusterAutomatedBackup
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
An automated backup of a DB cluster. It consists of system backups, transaction logs, and the database cluster properties that existed at the time you deleted the source cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocated_storage ⇒ Integer
For all database engines except Amazon Aurora,
AllocatedStoragespecifies the allocated storage size in gibibytes (GiB). -
#availability_zones ⇒ Array<String>
The Availability Zones where instances in the DB cluster can be created.
-
#aws_backup_recovery_point_arn ⇒ String
The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
-
#backup_retention_period ⇒ Integer
The retention period for the automated backups.
-
#cluster_create_time ⇒ Time
The time when the DB cluster was created, in Universal Coordinated Time (UTC).
-
#db_cluster_arn ⇒ String
The Amazon Resource Name (ARN) for the source DB cluster.
-
#db_cluster_automated_backups_arn ⇒ String
The Amazon Resource Name (ARN) for the automated backups.
-
#db_cluster_identifier ⇒ String
The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.
-
#db_cluster_resource_id ⇒ String
The resource ID for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.
-
#engine ⇒ String
The name of the database engine for this automated backup.
-
#engine_mode ⇒ String
The engine mode of the database engine for the automated backup.
-
#engine_version ⇒ String
The version of the database engine for the automated backup.
-
#iam_database_authentication_enabled ⇒ Boolean
Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
-
#iops ⇒ Integer
The IOPS (I/O operations per second) value for the automated backup.
-
#kms_key_id ⇒ String
The Amazon Web Services KMS key ID for an automated backup.
-
#license_model ⇒ String
The license model information for this DB cluster automated backup.
-
#master_username ⇒ String
The master user name of the automated backup.
-
#port ⇒ Integer
The port number that the automated backup used for connections.
-
#preferred_backup_window ⇒ String
The daily time range during which automated backups are created if automated backups are enabled, as determined by the
BackupRetentionPeriod. -
#region ⇒ String
The Amazon Web Services Region associated with the automated backup.
-
#restore_window ⇒ Types::RestoreWindow
Earliest and latest time an instance can be restored to:.
-
#status ⇒ String
A list of status information for an automated backup:.
-
#storage_encrypted ⇒ Boolean
Indicates whether the source DB cluster is encrypted.
-
#storage_encryption_type ⇒ String
The type of encryption used to protect data at rest in the automated backup.
-
#storage_throughput ⇒ Integer
The storage throughput for the automated backup.
-
#storage_type ⇒ String
The storage type associated with the DB cluster.
-
#tag_list ⇒ Array<Types::Tag>
A list of tags.
-
#vpc_id ⇒ String
The VPC ID associated with the DB cluster.
Instance Attribute Details
#allocated_storage ⇒ Integer
For all database engines except Amazon Aurora, AllocatedStorage
specifies the allocated storage size in gibibytes (GiB). For Aurora,
AllocatedStorage always returns 1, because Aurora DB cluster
storage size isn't fixed, but instead automatically adjusts as
needed.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#availability_zones ⇒ Array<String>
The Availability Zones where instances in the DB cluster can be created. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#aws_backup_recovery_point_arn ⇒ String
The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#backup_retention_period ⇒ Integer
The retention period for the automated backups.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#cluster_create_time ⇒ Time
The time when the DB cluster was created, in Universal Coordinated Time (UTC).
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#db_cluster_arn ⇒ String
The Amazon Resource Name (ARN) for the source DB cluster.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#db_cluster_automated_backups_arn ⇒ String
The Amazon Resource Name (ARN) for the automated backups.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#db_cluster_identifier ⇒ String
The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#db_cluster_resource_id ⇒ String
The resource ID for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The name of the database engine for this automated backup.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#engine_mode ⇒ String
The engine mode of the database engine for the automated backup.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The version of the database engine for the automated backup.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#iam_database_authentication_enabled ⇒ Boolean
Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#iops ⇒ Integer
The IOPS (I/O operations per second) value for the automated backup.
This setting is only for non-Aurora Multi-AZ DB clusters.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The Amazon Web Services KMS key ID for an automated backup.
The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#license_model ⇒ String
The license model information for this DB cluster automated backup.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#master_username ⇒ String
The master user name of the automated backup.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port number that the automated backup used for connections.
Default: Inherits from the source DB cluster
Valid Values: 1150-65535
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#preferred_backup_window ⇒ String
The daily time range during which automated backups are created if
automated backups are enabled, as determined by the
BackupRetentionPeriod.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region associated with the automated backup.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#restore_window ⇒ Types::RestoreWindow
Earliest and latest time an instance can be restored to:
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A list of status information for an automated backup:
retained- Automated backups for deleted clusters.
^
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#storage_encrypted ⇒ Boolean
Indicates whether the source DB cluster is encrypted.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#storage_encryption_type ⇒ String
The type of encryption used to protect data at rest in the automated backup. Possible values:
none- The automated backup is not encrypted.sse-rds- The automated backup is encrypted using an Amazon Web Services owned KMS key.sse-kms- The automated backup is encrypted using a customer managed KMS key or Amazon Web Services managed KMS key.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#storage_throughput ⇒ Integer
The storage throughput for the automated backup. The throughput is automatically set based on the IOPS that you provision, and is not configurable.
This setting is only for non-Aurora Multi-AZ DB clusters.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The storage type associated with the DB cluster.
This setting is only for non-Aurora Multi-AZ DB clusters.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#tag_list ⇒ Array<Types::Tag>
A list of tags.
For more information, see Tagging Amazon RDS resources in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources in the Amazon Aurora User Guide.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID associated with the DB cluster.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8230 class DBClusterAutomatedBackup < Struct.new( :engine, :vpc_id, :db_cluster_automated_backups_arn, :db_cluster_identifier, :restore_window, :master_username, :db_cluster_resource_id, :region, :license_model, :status, :iam_database_authentication_enabled, :cluster_create_time, :storage_encrypted, :storage_encryption_type, :allocated_storage, :engine_version, :db_cluster_arn, :backup_retention_period, :preferred_backup_window, :engine_mode, :availability_zones, :port, :kms_key_id, :storage_type, :iops, :storage_throughput, :aws_backup_recovery_point_arn, :tag_list) SENSITIVE = [] include Aws::Structure end |