@@ -240,6 +240,93 @@ spec:
240240 (https://docs.aws.amazon.com/efs/latest/ug/limits.html#soft-limits) in the
241241 Amazon EFS User Guide.
242242 type : number
243+ replicationConfiguration :
244+ description : |-
245+ An array of destination configuration objects. Only one destination configuration
246+ object is supported.
247+ items :
248+ description : |-
249+ Describes the new or existing destination file system for the replication
250+ configuration.
251+
252+ * If you want to replicate to a new file system, do not specify the File
253+ System ID for the destination file system. Amazon EFS creates a new, empty
254+ file system. For One Zone storage, specify the Availability Zone to create
255+ the file system in. To use an Key Management Service key other than the
256+ default KMS key, then specify it. For more information, see Configuring
257+ replication to new Amazon EFS file system (https://docs.aws.amazon.com/efs/latest/ug/create-replication.html)
258+ in the Amazon EFS User Guide. After the file system is created, you cannot
259+ change the KMS key or the performance mode.
260+
261+ * If you want to replicate to an existing file system that's in the same
262+ account as the source file system, then you need to provide the ID or
263+ Amazon Resource Name (ARN) of the file system to which to replicate. The
264+ file system's replication overwrite protection must be disabled. For more
265+ information, see Replicating to an existing file system (https://docs.aws.amazon.com/efs/latest/ug/efs-replication#replicate-existing-destination)
266+ in the Amazon EFS User Guide.
267+
268+ * If you are replicating the file system to a file system that's in a
269+ different account than the source file system (cross-account replication),
270+ you need to provide the ARN for the file system and the IAM role that
271+ allows Amazon EFS to perform replication on the destination account. The
272+ file system's replication overwrite protection must be disabled. For more
273+ information, see Replicating across Amazon Web Services accounts (https://docs.aws.amazon.com/efs/latest/ug/cross-account-replication.html)
274+ in the Amazon EFS User Guide.
275+ properties :
276+ availabilityZoneName :
277+ type : string
278+ fileSystemID :
279+ type : string
280+ fileSystemRef :
281+ description : Reference field for FileSystemID
282+ properties :
283+ from :
284+ description : |-
285+ AWSResourceReference provides all the values necessary to reference another
286+ k8s resource for finding the identifier(Id/ARN/Name)
287+ properties :
288+ name :
289+ type : string
290+ namespace :
291+ type : string
292+ type : object
293+ type : object
294+ kmsKeyID :
295+ type : string
296+ kmsKeyRef :
297+ description : Reference field for KMSKeyID
298+ properties :
299+ from :
300+ description : |-
301+ AWSResourceReference provides all the values necessary to reference another
302+ k8s resource for finding the identifier(Id/ARN/Name)
303+ properties :
304+ name :
305+ type : string
306+ namespace :
307+ type : string
308+ type : object
309+ type : object
310+ region :
311+ type : string
312+ roleARN :
313+ type : string
314+ roleRef :
315+ description : Reference field for RoleARN
316+ properties :
317+ from :
318+ description : |-
319+ AWSResourceReference provides all the values necessary to reference another
320+ k8s resource for finding the identifier(Id/ARN/Name)
321+ properties :
322+ name :
323+ type : string
324+ namespace :
325+ type : string
326+ type : object
327+ type : object
328+ type : object
329+ type : array
243330 tags :
244331 description : |-
245332 Use to create one or more tags associated with the file system. Each tag
@@ -381,6 +468,30 @@ spec:
381468
382469 Regex Pattern: `^(\d{12})|(\d{4}-\d{4}-\d{4})$`
383470 type : string
471+ replicationConfigurationStatus :
472+ description : An array of destination objects. Only one destination
473+ object is supported.
474+ items :
475+ description : Describes the destination file system in the replication
476+ configuration.
477+ properties :
478+ fileSystemID :
479+ type : string
480+ lastReplicatedTimestamp :
481+ format : date-time
482+ type : string
483+ ownerID :
484+ type : string
485+ region :
486+ type : string
487+ roleARN :
488+ type : string
489+ status :
490+ type : string
491+ statusMessage :
492+ type : string
493+ type : object
494+ type : array
384495 sizeInBytes :
385496 description : |-
386497 The latest known metered size (in bytes) of data stored in the file system,
0 commit comments