CacheSettings
Describes the cache settings of an Amazon Lightsail content delivery network (CDN) distribution.
These settings apply only to your distribution's cacheBehaviors
(including the defaultCacheBehavior
) that have a behavior
of cache
.
Types
Properties
The HTTP methods that are processed and forwarded to the distribution's origin.
The HTTP method responses that are cached by your distribution.
The default amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the content has been updated.
An object that describes the cookies that are forwarded to the origin. Your content is cached based on the cookies that are forwarded.
An object that describes the headers that are forwarded to the origin. Your content is cached based on the headers that are forwarded.
An object that describes the query strings that are forwarded to the origin. Your content is cached based on the query strings that are forwarded.
The maximum amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the object has been updated.
The minimum amount of time that objects stay in the distribution's cache before the distribution forwards another request to the origin to determine whether the object has been updated.