| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default CloudFrontAllowedCachedMethods |
Behavior.getCachedMethods()
(experimental) Which methods are cached by CloudFront by default.
|
CloudFrontAllowedCachedMethods |
Behavior.Jsii$Proxy.getCachedMethods() |
static CloudFrontAllowedCachedMethods |
CloudFrontAllowedCachedMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudFrontAllowedCachedMethods[] |
CloudFrontAllowedCachedMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Behavior.Builder |
Behavior.Builder.cachedMethods(CloudFrontAllowedCachedMethods cachedMethods)
Sets the value of
Behavior.getCachedMethods() |
| Constructor and Description |
|---|
Jsii$Proxy(CloudFrontAllowedMethods allowedMethods,
CloudFrontAllowedCachedMethods cachedMethods,
Boolean compress,
Duration defaultTtl,
CfnDistribution.ForwardedValuesProperty forwardedValues,
List<? extends FunctionAssociation> functionAssociations,
Boolean isDefaultBehavior,
List<? extends LambdaFunctionAssociation> lambdaFunctionAssociations,
Duration maxTtl,
Duration minTtl,
String pathPattern,
List<? extends IKeyGroup> trustedKeyGroups)
Constructor that initializes the object based on literal property values passed by the
Behavior.Builder. |
Copyright © 2021. All rights reserved.