Class: Aws::RDS::Types::DBClusterAutomatedBackup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#allocated_storageInteger

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.

Returns:

  • (Integer)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zonesArray<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.

Returns:

  • (Array<String>)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#aws_backup_recovery_point_arnString

The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#backup_retention_periodInteger

The retention period for the automated backups.

Returns:

  • (Integer)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_create_timeTime

The time when the DB cluster was created, in Universal Coordinated Time (UTC).

Returns:

  • (Time)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_arnString

The Amazon Resource Name (ARN) for the source DB cluster.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_automated_backups_arnString

The Amazon Resource Name (ARN) for the automated backups.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_identifierString

The identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#db_cluster_resource_idString

The resource ID for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The name of the database engine for this automated backup.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#engine_modeString

The engine mode of the database engine for the automated backup.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The version of the database engine for the automated backup.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#iam_database_authentication_enabledBoolean

Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

Returns:

  • (Boolean)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

The IOPS (I/O operations per second) value for the automated backup.

This setting is only for non-Aurora Multi-AZ DB clusters.

Returns:

  • (Integer)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

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.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#license_modelString

The license model information for this DB cluster automated backup.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#master_usernameString

The master user name of the automated backup.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port number that the automated backup used for connections.

Default: Inherits from the source DB cluster

Valid Values: 1150-65535

Returns:

  • (Integer)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region associated with the automated backup.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#restore_windowTypes::RestoreWindow

Earliest and latest time an instance can be restored to:



7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A list of status information for an automated backup:

  • retained - Automated backups for deleted clusters.

^

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#storage_encryptedBoolean

Indicates whether the source DB cluster is encrypted.

Returns:

  • (Boolean)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#storage_throughputInteger

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.

Returns:

  • (Integer)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

The storage type associated with the DB cluster.

This setting is only for non-Aurora Multi-AZ DB clusters.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC ID associated with the DB cluster.

Returns:

  • (String)


7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 7213

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,
  :allocated_storage,
  :engine_version,
  :db_cluster_arn,
  :backup_retention_period,
  :engine_mode,
  :availability_zones,
  :port,
  :kms_key_id,
  :storage_type,
  :iops,
  :aws_backup_recovery_point_arn,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end