IS3CORSConfiguration
Interface in AWS.S3
Interface for CORSConfiguration.
Properties
CORSRules
property CORSRules: TS3CORSRules
Type: TS3CORSRules
A list of CORS rules to allow access.
You can add up to 100 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.