delete_replication_configuration

EFS.Client.delete_replication_configuration(**kwargs)

Deletes an existing replication configuration. To delete a replication configuration, you must make the request from the Amazon Web Services Region in which the destination file system is located. Deleting a replication configuration ends the replication process. After a replication configuration is deleted, the destination file system is no longer read-only. You can write to the destination file system after its status becomes Writeable .

See also: AWS API Documentation

Request Syntax

response = client.delete_replication_configuration(
    SourceFileSystemId='string'
)
Parameters
SourceFileSystemId (string) --

[REQUIRED]

The ID of the source file system in the replication configuration.

Returns
None

Exceptions

  • EFS.Client.exceptions.BadRequest
  • EFS.Client.exceptions.InternalServerError
  • EFS.Client.exceptions.FileSystemNotFound
  • EFS.Client.exceptions.ReplicationNotFound