| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDistribution.ForwardedValuesProperty.Jsii$Proxy
An implementation for
CfnDistribution.ForwardedValuesProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnDistribution.ForwardedValuesProperty |
CfnDistribution.ForwardedValuesProperty.Builder.build()
Builds the configured instance.
|
default CfnDistribution.ForwardedValuesProperty |
Behavior.getForwardedValues()
(experimental) The values CloudFront will forward to the origin when making a request.
|
CfnDistribution.ForwardedValuesProperty |
Behavior.Jsii$Proxy.getForwardedValues() |
| Modifier and Type | Method and Description |
|---|---|
CfnDistribution.CacheBehaviorProperty.Builder |
CfnDistribution.CacheBehaviorProperty.Builder.forwardedValues(CfnDistribution.ForwardedValuesProperty forwardedValues)
Sets the value of
CfnDistribution.CacheBehaviorProperty.getForwardedValues() |
CfnDistribution.DefaultCacheBehaviorProperty.Builder |
CfnDistribution.DefaultCacheBehaviorProperty.Builder.forwardedValues(CfnDistribution.ForwardedValuesProperty forwardedValues)
Sets the value of
CfnDistribution.DefaultCacheBehaviorProperty.getForwardedValues() |
Behavior.Builder |
Behavior.Builder.forwardedValues(CfnDistribution.ForwardedValuesProperty forwardedValues)
Sets the value of
Behavior.getForwardedValues() |
| Constructor and Description |
|---|
Jsii$Proxy(CloudFrontAllowedMethods allowedMethods,
CloudFrontAllowedCachedMethods cachedMethods,
Boolean compress,
Duration defaultTtl,
CfnDistribution.ForwardedValuesProperty forwardedValues,
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.