Table of Contents

Class InventoryConfiguration

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

Class for MetricsConfiguration

public class InventoryConfiguration
Inheritance
InventoryConfiguration
Inherited Members

Constructors

InventoryConfiguration()

public InventoryConfiguration()

Properties

Destination

Contains information about where to publish the inventory results.

public InventoryDestination Destination { get; set; }

Property Value

InventoryDestination

IncludedObjectVersions

Specifies which object version(s) to included in the inventory results.

public InventoryIncludedObjectVersions IncludedObjectVersions { get; set; }

Property Value

InventoryIncludedObjectVersions

InventoryFilter

Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.

public InventoryFilter InventoryFilter { get; set; }

Property Value

InventoryFilter

InventoryId

The ID used to identify the inventory configuration.

public string InventoryId { get; set; }

Property Value

string

InventoryOptionalFields

Contains the optional fields that are included in the inventory results.

public List<InventoryOptionalField> InventoryOptionalFields { get; set; }

Property Value

List<InventoryOptionalField>

IsEnabled

Specifies whether the inventory is enabled or disabled.

public bool IsEnabled { get; set; }

Property Value

bool

Schedule

Specifies the schedule for generating inventory results.

public InventorySchedule Schedule { get; set; }

Property Value

InventorySchedule