AWS SDK Version 4 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.InventoryS3BucketDestination

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class InventoryS3BucketDestination

The InventoryS3BucketDestination type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property BucketName System.String

Gets and sets the property BucketName.

The Amazon Resource Name (ARN) of the bucket where inventory results will be published.

Public Property InventoryEncryption Amazon.S3.Model.InventoryEncryption

Gets and sets the property InventoryEncryption.

Contains the type of server-side encryption used to encrypt the inventory results.

Public Property InventoryFormat Amazon.S3.InventoryFormat

Gets and sets the property InventoryFormat.

Specifies the output format of the inventory results.

Public Property Prefix System.String

Gets and sets the property Prefix.

The prefix that is prepended to all inventory results.

Version Information

.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