@Stability(value=Stable)
public static interface CfnDistribution.ForwardedValuesProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDistribution.ForwardedValuesProperty.Builder
A builder for
CfnDistribution.ForwardedValuesProperty |
static class |
CfnDistribution.ForwardedValuesProperty.Jsii$Proxy
An implementation for
CfnDistribution.ForwardedValuesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDistribution.ForwardedValuesProperty.Builder |
builder() |
default Object |
getCookies()
`CfnDistribution.ForwardedValuesProperty.Cookies`.
|
default List<String> |
getHeaders()
`CfnDistribution.ForwardedValuesProperty.Headers`.
|
Object |
getQueryString()
`CfnDistribution.ForwardedValuesProperty.QueryString`.
|
default List<String> |
getQueryStringCacheKeys()
`CfnDistribution.ForwardedValuesProperty.QueryStringCacheKeys`.
|
@Stability(value=Stable) @NotNull Object getQueryString()
@Stability(value=Stable) @Nullable default Object getCookies()
@Stability(value=Stable) @Nullable default List<String> getHeaders()
@Stability(value=Stable) @Nullable default List<String> getQueryStringCacheKeys()
@Stability(value=Stable) static CfnDistribution.ForwardedValuesProperty.Builder builder()
Copyright © 2021. All rights reserved.