Table of Contents

Class DeleteBucketReplicationRequest

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Request object for the DeleteBucketReplication operation.

public class DeleteBucketReplicationRequest : AmazonWebServiceRequest
Inheritance
DeleteBucketReplicationRequest

Constructors

DeleteBucketReplicationRequest()

public DeleteBucketReplicationRequest()

Properties

BucketName

Gets and sets the property BucketName.

Deletes the replication subresource associated with the specified bucket.

note

There is usually some time lag before replication configuration deletion is fully propagated to all the Amazon S3 systems.

For more information, see Cross-Region Replication (CRR) in the Amazon S3 Developer Guide.

public string BucketName { get; set; }

Property Value

string

ExpectedBucketOwner

The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

public string ExpectedBucketOwner { get; set; }

Property Value

string