Skip to main content

IS3VersioningConfiguration

Interface in AWS.S3

Interface for VersioningConfiguration documents.

Properties

MFADelete

property MFADelete: string

Specifies whether MFA delete is enabled in the bucket versioning configuration.

Valid values: Enabled | Disabled.

Status

property Status: string

Specifies state of versioning of the bucket.

Valid values: Enabled | Suspended.

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.