Skip to main content

IS3LifecycleConfiguration

Interface in AWS.S3

Interface for LifecycleConfiguration documents.

Properties

Rules

property Rules: TS3LifecycleRules

Type: TS3LifecycleRules

List of Lifecycle rules.

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.