| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default CloudFrontAllowedMethods |
Behavior.getAllowedMethods()
(experimental) The method this CloudFront distribution responds do.
|
CloudFrontAllowedMethods |
Behavior.Jsii$Proxy.getAllowedMethods() |
static CloudFrontAllowedMethods |
CloudFrontAllowedMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudFrontAllowedMethods[] |
CloudFrontAllowedMethods.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.allowedMethods(CloudFrontAllowedMethods allowedMethods)
Sets the value of
Behavior.getAllowedMethods() |
| 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.