Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_replication_configuration

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