Skip to main content

IS3AnalyticsConfiguration

Interface in AWS.S3

Interface for AnalyticsConfiguration documents.

Properties

Filter

property Filter: IS3Filter

Type: IS3Filter

Specifies a filter used to define a set of objects for analysis.

If specified, must have exactly one prefix, one tag, or one conjuction (AndCondition).

Id

property Id: string

The identifier for the analytics configuration.

StorageClassAnalysis

property StorageClassAnalysis: IS3StorageClassAnalysis

Type: IS3StorageClassAnalysis

Specifies access patterns to be collected and made available.

Methods

ToString

function ToString: string;

Convert to string.

Returns

A string containing the XML representation.

ToXML

function ToXML: IXMLDocument;

Convert to XML.

Returns

An XML representation.