AWSCloudFrontCachePolicyConfiguration
No description
type AWSCloudFrontCachePolicyConfiguration {
minimumTtl: Int64!
name: String!
comment: String!
defaultTtl: Int64!
maximumTtl: Int64!
parametersInCacheKeyAndForwardedToOrigin: AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin
}
Fields
AWSCloudFrontCachePolicyConfiguration.minimumTtl
● Int64!
non-null scalar
The minimum 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
AWSCloudFrontCachePolicyConfiguration.name
● String!
non-null scalar
A unique name to identify the cache policy
AWSCloudFrontCachePolicyConfiguration.comment
● String!
non-null scalar
A comment to describe the cache policy
AWSCloudFrontCachePolicyConfiguration.defaultTtl
● Int64!
non-null scalar
The 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
AWSCloudFrontCachePolicyConfiguration.maximumTtl
● Int64!
non-null scalar
The maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated
AWSCloudFrontCachePolicyConfiguration.parametersInCacheKeyAndForwardedToOrigin
● AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin
object
The HTTP headers, cookies, and URL query strings to include in the cache key
Member of
AWSCloudFrontCachePolicy
object