Table of Contents

Class DeleteBucketInventoryConfigurationRequest

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

Container for the parameters to the DeleteInventoryConfiguration operation.

Deletes an inventory configuration (identified by the inventory ID) from the bucket.

public class DeleteBucketInventoryConfigurationRequest : AmazonWebServiceRequest
Inheritance
DeleteBucketInventoryConfigurationRequest

Constructors

DeleteBucketInventoryConfigurationRequest()

public DeleteBucketInventoryConfigurationRequest()

Properties

BucketName

The name of the bucket containing the inventory configuration to delete.

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

InventoryId

The ID used to identify the inventory configuration.

public string InventoryId { get; set; }

Property Value

string