TS3CORSRule
Class in AWS.S3
CORS Rule class.
Ancestors
Properties
AllowedHeaders
property AllowedHeaders: TList<string>
AllowedMethods
property AllowedMethods: TList<string>
AllowedOrigins
property AllowedOrigins: TList<string>
ExposeHeaders
property ExposeHeaders: TList<string>
ID
property ID: string
MaxAgeSeconds
property MaxAgeSeconds: TOptional<Integer>
Constructors
Create
constructor Create; overload;
Constructor for TS3CORSRule.
constructor Create(const ANode: IXMLNode); overload;
Constructor for TS3CORSRule.
Parameters
| Name | Description |
|---|---|
ANode | A CORSRule XML node. |
Methods
CreateNode
function CreateNode(const AParentNode: IXMLNode): IXMLNode;
Create an XML representation.
Parameters
| Name | Description |
|---|---|
AParentNode | A parent XML node. |
Returns
A CORSRule XML node.