Uses of Interface
software.amazon.awscdk.services.cloudfront.ICachePolicy
Packages that use ICachePolicy
-
Uses of ICachePolicy in software.amazon.awscdk.services.cloudfront
Subinterfaces of ICachePolicy in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICachePolicy.Classes in software.amazon.awscdk.services.cloudfront that implement ICachePolicyModifier and TypeClassDescriptionclassA Cache Policy configuration.static final classA proxy class which represents a concrete javascript instance of this type.Fields in software.amazon.awscdk.services.cloudfront declared as ICachePolicyModifier and TypeFieldDescriptionstatic final ICachePolicyCachePolicy.AMPLIFYThis policy is designed for use with an origin that is an AWS Amplify web app.static final ICachePolicyCachePolicy.CACHING_DISABLEDDisables caching.static final ICachePolicyCachePolicy.CACHING_OPTIMIZEDOptimize cache efficiency by minimizing the values that CloudFront includes in the cache key.static final ICachePolicyCachePolicy.CACHING_OPTIMIZED_FOR_UNCOMPRESSED_OBJECTSOptimize cache efficiency by minimizing the values that CloudFront includes in the cache key.static final ICachePolicyCachePolicy.ELEMENTAL_MEDIA_PACKAGEDesigned for use with an origin that is an AWS Elemental MediaPackage endpoint.static final ICachePolicyCachePolicy.USE_ORIGIN_CACHE_CONTROL_HEADERSDesigned for use with an origin that returns Cache-Control HTTP response headers and does not serve different content based on values present in the query string.static final ICachePolicyCachePolicy.USE_ORIGIN_CACHE_CONTROL_HEADERS_QUERY_STRINGSDesigned for use with an origin that returns Cache-Control HTTP response headers and serves different content based on values present in the query string.Methods in software.amazon.awscdk.services.cloudfront that return ICachePolicyModifier and TypeMethodDescriptionstatic ICachePolicyCachePolicy.fromCachePolicyId(software.constructs.Construct scope, String id, String cachePolicyId) Imports a Cache Policy from its id.