AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where S3 Inventory results are published.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class InventoryS3BucketDestination
The InventoryS3BucketDestination type exposes the following members
| Name | Description | |
|---|---|---|
|
InventoryS3BucketDestination() |
| Name | Type | Description | |
|---|---|---|---|
|
AccountId | System.String |
Gets and sets the property AccountId. The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data. Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes. |
|
BucketName | System.String |
Gets and sets the property BucketName. The Amazon Resource Name (ARN) of the bucket where inventory results will be published. |
|
InventoryEncryption | Amazon.S3.Model.InventoryEncryption |
Gets and sets the property InventoryEncryption. Contains the type of server-side encryption used to encrypt the inventory results. |
|
InventoryFormat | Amazon.S3.InventoryFormat |
Gets and sets the property InventoryFormat. Specifies the output format of the inventory results. |
|
Prefix | System.String |
Gets and sets the property Prefix. The prefix that is prepended to all inventory results. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer