Class DistributionOrderedCacheBehaviorForwardedValuesCookies
- java.lang.Object
-
- com.pulumi.aws.cloudfront.outputs.DistributionOrderedCacheBehaviorForwardedValuesCookies
-
public final class DistributionOrderedCacheBehaviorForwardedValuesCookies extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder
builder()
static DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder
builder(DistributionOrderedCacheBehaviorForwardedValuesCookies defaults)
java.lang.String
forward()
java.util.List<java.lang.String>
whitelistedNames()
-
-
-
Method Detail
-
forward
public java.lang.String forward()
- Returns:
- Whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify `all`, `none` or `whitelist`. If `whitelist`, you must include the subsequent `whitelisted_names`.
-
whitelistedNames
public java.util.List<java.lang.String> whitelistedNames()
- Returns:
- If you have specified `whitelist` to `forward`, the whitelisted cookies that you want CloudFront to forward to your origin.
-
builder
public static DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder builder()
-
builder
public static DistributionOrderedCacheBehaviorForwardedValuesCookies.Builder builder(DistributionOrderedCacheBehaviorForwardedValuesCookies defaults)
-
-