AllowedMethods class
A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin. There are three choices:
-
CloudFront forwards only
GET
andHEAD
requests. -
CloudFront forwards only
GET
,HEAD
, andOPTIONS
requests. -
CloudFront forwards
GET, HEAD, OPTIONS, PUT, PATCH, POST
, andDELETE
requests.
Constructors
-
AllowedMethods({@_s.required List<
String> items, @_s.required int quantity, CachedMethods cachedMethods}) - AllowedMethods.fromXml(XmlElement elem)
-
factory
Properties
- cachedMethods → CachedMethods
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
items
→ List<
String> -
A complex type that contains the HTTP methods that you want CloudFront to
process and forward to your origin.
final
- quantity → int
-
The number of HTTP methods that you want CloudFront to forward to your
origin. Valid values are 2 (for
GET
andHEAD
requests), 3 (forGET
,HEAD
, andOPTIONS
requests) and 7 (forGET, HEAD, OPTIONS, PUT, PATCH, POST
, andDELETE
requests).final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
toXml(
String elemName) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited