@Stability(value=Stable) @Internal public static final class CustomOriginConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CustomOriginConfig
CustomOriginConfigsoftware.amazon.jsii.JsiiObject.InitializationModeCustomOriginConfig.Builder, CustomOriginConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CustomOriginConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CustomOriginConfig.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<OriginSslPolicy> |
getAllowedOriginSSLVersions()
The SSL versions to use when interacting with the origin.
|
String |
getDomainName()
The domain name of the custom origin.
|
Number |
getHttpPort()
The origin HTTP port.
|
Number |
getHttpsPort()
The origin HTTPS port.
|
Map<String,String> |
getOriginHeaders()
Any additional headers to pass to the origin.
|
Duration |
getOriginKeepaliveTimeout()
The keep alive timeout when making calls in seconds.
|
String |
getOriginPath()
The relative path to the origin root to use for sources.
|
OriginProtocolPolicy |
getOriginProtocolPolicy()
The protocol (http or https) policy to use when interacting with the origin.
|
Duration |
getOriginReadTimeout()
The read timeout when calling the origin in seconds.
|
String |
getOriginShieldRegion()
When you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CustomOriginConfig.Builder builder)
CustomOriginConfig.Builder.public final String getDomainName()
CustomOriginConfigShould not include the path - that should be in the parent SourceConfiguration
getDomainName in interface CustomOriginConfigpublic final List<OriginSslPolicy> getAllowedOriginSSLVersions()
CustomOriginConfigDefault: OriginSslPolicy.TLS_V1_2
getAllowedOriginSSLVersions in interface CustomOriginConfigpublic final Number getHttpPort()
CustomOriginConfigDefault: 80
getHttpPort in interface CustomOriginConfigpublic final Number getHttpsPort()
CustomOriginConfigDefault: 443
getHttpsPort in interface CustomOriginConfigpublic final Map<String,String> getOriginHeaders()
CustomOriginConfigDefault: - No additional headers are passed.
getOriginHeaders in interface CustomOriginConfigpublic final Duration getOriginKeepaliveTimeout()
CustomOriginConfigDefault: Duration.seconds(5)
getOriginKeepaliveTimeout in interface CustomOriginConfigpublic final String getOriginPath()
CustomOriginConfigDefault: /
getOriginPath in interface CustomOriginConfigpublic final OriginProtocolPolicy getOriginProtocolPolicy()
CustomOriginConfigDefault: OriginProtocolPolicy.HttpsOnly
getOriginProtocolPolicy in interface CustomOriginConfigpublic final Duration getOriginReadTimeout()
CustomOriginConfigDefault: Duration.seconds(30)
getOriginReadTimeout in interface CustomOriginConfigpublic final String getOriginShieldRegion()
CustomOriginConfigDefault: - origin shield not enabled
getOriginShieldRegion in interface CustomOriginConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.