You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Whether to create this resource or not?"
3
+
type=bool
4
+
default=true
5
+
}
6
+
7
+
variable"kms_key_arn" {
8
+
description="The KMS encryption key ARN in the destination AWS Region"
9
+
type=string
10
+
default=null
11
+
}
12
+
13
+
variable"pre_signed_url" {
14
+
description="A URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication action to be called in the AWS Region of the source DB instance"
15
+
type=string
16
+
default=null
17
+
}
18
+
19
+
variable"retention_period" {
20
+
description="The retention period for the replicated automated backups"
21
+
type=number
22
+
default=7
23
+
}
24
+
25
+
variable"source_db_instance_arn" {
26
+
description="The ARN of the source DB instance for the replicated automated backups"
0 commit comments