@@ -34,11 +34,13 @@ spec:
3434 metadata :
3535 type : object
3636 spec :
37- description : BackupSpec defines the desired state of Backup
37+ description : BackupSpec defines the desired state of Backup.
3838 properties :
3939 backupName :
40+ description : Specified name for the backup.
4041 type : string
4142 tableName :
43+ description : The name of the table.
4244 type : string
4345 required :
4446 - backupName
@@ -71,17 +73,32 @@ spec:
7173 - ownerAccountID
7274 type : object
7375 backupCreationDateTime :
76+ description : Time at which the backup was created. This is the request
77+ time of the backup.
7478 format : date-time
7579 type : string
7680 backupExpiryDateTime :
81+ description : Time at which the automatic on-demand backup created
82+ by DynamoDB will expire. This SYSTEM on-demand backup expires automatically
83+ 35 days after its creation.
7784 format : date-time
7885 type : string
7986 backupSizeBytes :
87+ description : Size of the backup in bytes.
8088 format : int64
8189 type : integer
8290 backupStatus :
91+ description : ' Backup can be in one of the following states: CREATING,
92+ ACTIVE, DELETED.'
8393 type : string
8494 backupType :
95+ description : " BackupType: \n * USER - You create and manage these
96+ using the on-demand backup feature. \n * SYSTEM - If you delete
97+ a table with point-in-time recovery enabled, a SYSTEM backup
98+ is automatically created and is retained for 35 days (at no additional
99+ cost). System backups allow you to restore the deleted table to
100+ the state it was in just before the point of deletion. \n * AWS_BACKUP
101+ - On-demand backup created by you from AWS Backup service."
85102 type : string
86103 conditions :
87104 description : All CRS managed by ACK have a common `Status.Conditions`
@@ -116,9 +133,6 @@ spec:
116133 - type
117134 type : object
118135 type : array
119- required :
120- - ackResourceMetadata
121- - conditions
122136 type : object
123137 type : object
124138 served : true
0 commit comments