@Stability(value=Stable) @Internal public static final class CfnDistribution.HeaderObjectProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDistribution.HeaderObjectProperty
CfnDistribution.HeaderObjectProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnDistribution.HeaderObjectProperty.Builder, CfnDistribution.HeaderObjectProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnDistribution.HeaderObjectProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDistribution.CacheBehaviorPerPathProperty.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getHeadersAllowList()
The specific headers to forward to your distribution's origin.
|
String |
getOption()
The headers that you want your distribution to forward to your origin.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(CfnDistribution.HeaderObjectProperty.Builder builder)
CfnDistribution.CacheBehaviorPerPathProperty.Builder
.public final List<String> getHeadersAllowList()
CfnDistribution.HeaderObjectProperty
getHeadersAllowList
in interface CfnDistribution.HeaderObjectProperty
public final String getOption()
CfnDistribution.HeaderObjectProperty
Your distribution caches your content based on these headers.
Use one of the following configurations for your distribution:
all
- Forwards all headers to your origin..none
- Forwards only the default headers.allow-list
- Forwards only the headers that you specify using the HeadersAllowList
parameter.getOption
in interface CfnDistribution.HeaderObjectProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.