| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICachePolicy.Jsii$Default
Internal default implementation for
ICachePolicy. |
| Modifier and Type | Class and Description |
|---|---|
class |
CachePolicy
(experimental) A Cache Policy configuration.
|
static class |
ICachePolicy.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static ICachePolicy |
CachePolicy.CACHING_DISABLED
(experimental) Disables caching.
|
static ICachePolicy |
CachePolicy.CACHING_OPTIMIZED
(experimental) Optimize cache efficiency by minimizing the values that CloudFront includes in the cache key.
|
static ICachePolicy |
CachePolicy.CACHING_OPTIMIZED_FOR_UNCOMPRESSED_OBJECTS
(experimental) Optimize cache efficiency by minimizing the values that CloudFront includes in the cache key.
|
static ICachePolicy |
CachePolicy.ELEMENTAL_MEDIA_PACKAGE
(experimental) Designed for use with an origin that is an AWS Elemental MediaPackage endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static ICachePolicy |
CachePolicy.fromCachePolicyId(software.constructs.Construct scope,
String id,
String cachePolicyId)
(experimental) Imports a Cache Policy from its id.
|
ICachePolicy |
BehaviorOptions.Jsii$Proxy.getCachePolicy() |
default ICachePolicy |
AddBehaviorOptions.getCachePolicy()
(experimental) The cache policy for this behavior.
|
ICachePolicy |
AddBehaviorOptions.Jsii$Proxy.getCachePolicy() |
| Modifier and Type | Method and Description |
|---|---|
BehaviorOptions.Builder |
BehaviorOptions.Builder.cachePolicy(ICachePolicy cachePolicy)
Sets the value of
AddBehaviorOptions.getCachePolicy() |
AddBehaviorOptions.Builder |
AddBehaviorOptions.Builder.cachePolicy(ICachePolicy cachePolicy)
Sets the value of
AddBehaviorOptions.getCachePolicy() |
| Constructor and Description |
|---|
Jsii$Proxy(AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
IOriginRequestPolicy originRequestPolicy,
Boolean smoothStreaming,
List<? extends IKeyGroup> trustedKeyGroups,
ViewerProtocolPolicy viewerProtocolPolicy)
Constructor that initializes the object based on literal property values passed by the
AddBehaviorOptions.Builder. |
Jsii$Proxy(IOrigin origin,
AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
IOriginRequestPolicy originRequestPolicy,
Boolean smoothStreaming,
List<? extends IKeyGroup> trustedKeyGroups,
ViewerProtocolPolicy viewerProtocolPolicy)
Constructor that initializes the object based on literal property values passed by the
BehaviorOptions.Builder. |
Copyright © 2021. All rights reserved.