Table of Contents

Class PutBucketInventoryConfigurationRequest

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

Container for the parameters to the PutBucketRequestPayment operation.

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

public class PutBucketInventoryConfigurationRequest : AmazonWebServiceRequest
Inheritance
PutBucketInventoryConfigurationRequest

Constructors

PutBucketInventoryConfigurationRequest()

public PutBucketInventoryConfigurationRequest()

Properties

BucketName

The name of the bucket where the inventory configuration will be stored.

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

InventoryConfiguration

Specifies the inventory configuration.

public InventoryConfiguration InventoryConfiguration { get; set; }

Property Value

InventoryConfiguration

InventoryId

Specifies the inventory Id.

public string InventoryId { get; set; }

Property Value

string