Table of Contents

Class InventoryS3BucketDestination

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll
public class InventoryS3BucketDestination
Inheritance
InventoryS3BucketDestination
Inherited Members

Constructors

InventoryS3BucketDestination()

public InventoryS3BucketDestination()

Properties

AccountId

The ID of the account that owns the destination bucket.

public string AccountId { get; set; }

Property Value

string

BucketName

The Amazon resource name (ARN) of the bucket where inventory results will be published.

public string BucketName { get; set; }

Property Value

string

InventoryEncryption

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

public InventoryEncryption InventoryEncryption { get; set; }

Property Value

InventoryEncryption

InventoryFormat

Specifies the output format of the inventory results.

public InventoryFormat InventoryFormat { get; set; }

Property Value

InventoryFormat

Prefix

The prefix that is prepended to all inventory results.

public string Prefix { get; set; }

Property Value

string

Methods

IsSetAccountId()

public bool IsSetAccountId()

Returns

bool