Class DistributionOrderedCacheBehaviorForwardedValues
- java.lang.Object
-
- com.pulumi.aws.cloudfront.outputs.DistributionOrderedCacheBehaviorForwardedValues
-
public final class DistributionOrderedCacheBehaviorForwardedValues extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DistributionOrderedCacheBehaviorForwardedValues.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DistributionOrderedCacheBehaviorForwardedValues.Builder
builder()
static DistributionOrderedCacheBehaviorForwardedValues.Builder
builder(DistributionOrderedCacheBehaviorForwardedValues defaults)
DistributionOrderedCacheBehaviorForwardedValuesCookies
cookies()
java.util.List<java.lang.String>
headers()
java.lang.Boolean
queryString()
java.util.List<java.lang.String>
queryStringCacheKeys()
-
-
-
Method Detail
-
cookies
public DistributionOrderedCacheBehaviorForwardedValuesCookies cookies()
- Returns:
- The forwarded values cookies that specifies how CloudFront handles cookies (maximum one).
-
headers
public java.util.List<java.lang.String> headers()
- Returns:
- Headers, if any, that you want CloudFront to vary upon for this cache behavior. Specify `*` to include all headers.
-
queryString
public java.lang.Boolean queryString()
- Returns:
- Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior.
-
queryStringCacheKeys
public java.util.List<java.lang.String> queryStringCacheKeys()
- Returns:
- When specified, along with a value of `true` for `query_string`, all query strings are forwarded, however only the query string keys listed in this argument are cached. When omitted with a value of `true` for `query_string`, all query string keys are cached.
-
builder
public static DistributionOrderedCacheBehaviorForwardedValues.Builder builder()
-
builder
public static DistributionOrderedCacheBehaviorForwardedValues.Builder builder(DistributionOrderedCacheBehaviorForwardedValues defaults)
-
-