Skip to main content

IS3AccessControlPolicy

Interface in AWS.S3

Interface for AccessControlPolicy documents.

Properties

Owner

property Owner: IS3Owner

Type: IS3Owner

The object owner's details.

AccessControlList

property AccessControlList: TS3AccessControlList

Type: TS3AccessControlList

List of grants.

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.