Get Cache Policy Result
data class GetCachePolicyResult(val arn: String, val comment: String, val defaultTtl: Int, val etag: String, val id: String? = null, val maxTtl: Int, val minTtl: Int, val name: String? = null, val parametersInCacheKeyAndForwardedToOrigins: List<GetCachePolicyParametersInCacheKeyAndForwardedToOrigin>)
A collection of values returned by getCachePolicy.
Constructors
Properties
Link copied to clipboard
Default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.
Link copied to clipboard
val parametersInCacheKeyAndForwardedToOrigins: List<GetCachePolicyParametersInCacheKeyAndForwardedToOrigin>
The HTTP headers, cookies, and URL query strings to include in the cache key. See Parameters In Cache Key And Forwarded To Origin for more information.