Class PutBucketInventoryConfigurationRequest
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
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
InventoryConfiguration
Specifies the inventory configuration.
public InventoryConfiguration InventoryConfiguration { get; set; }
Property Value
InventoryId
Specifies the inventory Id.
public string InventoryId { get; set; }