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({required List<
Method> items, required int quantity, CachedMethods? cachedMethods}) - AllowedMethods.fromXml(XmlElement elem)
-
factory
Properties
- cachedMethods → CachedMethods?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
Method> -
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.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited