Class: Aws::RDS::Types::StartDBInstanceAutomatedBackupsReplicationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::StartDBInstanceAutomatedBackupsReplicationMessage
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
When making an API call, you may pass StartDBInstanceAutomatedBackupsReplicationMessage data as a hash:
{
source_db_instance_arn: "String", # required
backup_retention_period: 1,
kms_key_id: "String",
pre_signed_url: "String",
source_region: "String",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_retention_period ⇒ Integer
The retention period for the replicated automated backups.
-
#kms_key_id ⇒ String
The Amazon Web Services KMS key identifier for encryption of the replicated automated backups.
-
#pre_signed_url ⇒ String
A URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication action to be called in the Amazon Web Services Region of the source DB instance.
-
#source_db_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the source DB instance for the replicated automated backups, for example,
arn:aws:rds:us-west-2:123456789012:db:mydatabase
. -
#source_region ⇒ String
The source region of the snapshot.
Instance Attribute Details
#backup_retention_period ⇒ Integer
The retention period for the replicated automated backups.
23103 23104 23105 23106 23107 23108 23109 23110 23111 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 23103 class StartDBInstanceAutomatedBackupsReplicationMessage < Struct.new( :source_db_instance_arn, :backup_retention_period, :kms_key_id, :pre_signed_url, :source_region) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The Amazon Web Services KMS key identifier for encryption of the
replicated automated backups. The KMS key ID is the Amazon Resource
Name (ARN) for the KMS encryption key in the destination Amazon Web
Services Region, for example,
arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE
.
23103 23104 23105 23106 23107 23108 23109 23110 23111 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 23103 class StartDBInstanceAutomatedBackupsReplicationMessage < Struct.new( :source_db_instance_arn, :backup_retention_period, :kms_key_id, :pre_signed_url, :source_region) SENSITIVE = [] include Aws::Structure end |
#pre_signed_url ⇒ String
A URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication action to be called in the Amazon Web Services Region of the source DB instance. The presigned URL must be a valid request for the StartDBInstanceAutomatedBackupsReplication API action that can be executed in the Amazon Web Services Region that contains the source DB instance.
23103 23104 23105 23106 23107 23108 23109 23110 23111 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 23103 class StartDBInstanceAutomatedBackupsReplicationMessage < Struct.new( :source_db_instance_arn, :backup_retention_period, :kms_key_id, :pre_signed_url, :source_region) SENSITIVE = [] include Aws::Structure end |
#source_db_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the source DB instance for the
replicated automated backups, for example,
arn:aws:rds:us-west-2:123456789012:db:mydatabase
.
23103 23104 23105 23106 23107 23108 23109 23110 23111 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 23103 class StartDBInstanceAutomatedBackupsReplicationMessage < Struct.new( :source_db_instance_arn, :backup_retention_period, :kms_key_id, :pre_signed_url, :source_region) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The source region of the snapshot. This is only needed when the shapshot is encrypted and in a different region.
23103 23104 23105 23106 23107 23108 23109 23110 23111 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 23103 class StartDBInstanceAutomatedBackupsReplicationMessage < Struct.new( :source_db_instance_arn, :backup_retention_period, :kms_key_id, :pre_signed_url, :source_region) SENSITIVE = [] include Aws::Structure end |