CachedMethods¶
-
class
aws_cdk.aws_cloudfront.
CachedMethods
(*args, **kwargs)¶ Bases:
object
The HTTP methods that the Behavior will cache requests on.
Attributes
-
CACHE_GET_HEAD
= <aws_cdk.aws_cloudfront.CachedMethods object>¶
-
CACHE_GET_HEAD_OPTIONS
= <aws_cdk.aws_cloudfront.CachedMethods object>¶
-
methods
¶ HTTP methods supported.
- Return type
List
[str
]
-