Class PutBucketReplicationRequest
Container for the parameters to the PutBucketReplication operation.
Sets replication configuration for your bucket. If a replication configuration exists, this replaces it.
public class PutBucketReplicationRequest : AmazonWebServiceRequest
- Inheritance
-
PutBucketReplicationRequest
Constructors
PutBucketReplicationRequest()
public PutBucketReplicationRequest()
Properties
BucketName
The name of the bucket to have the replication configuration applied.
public string BucketName { get; set; }
Property Value
Configuration
The replication configuration to be applied.
public ReplicationConfiguration Configuration { get; set; }
Property Value
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
Token
Gets and sets the property Token.
public string Token { get; set; }