@Stability(value=Experimental) @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(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String domainName,
List<? extends OriginSslPolicy> allowedOriginSslVersions,
Number httpPort,
Number httpsPort,
Map<String,String> originHeaders,
Duration originKeepaliveTimeout,
String originPath,
OriginProtocolPolicy originProtocolPolicy,
Duration originReadTimeout)
Constructor that initializes the object based on literal property values passed by the
CustomOriginConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<OriginSslPolicy> |
getAllowedOriginSSLVersions()
(experimental) The SSL versions to use when interacting with the origin.
|
String |
getDomainName()
(experimental) The domain name of the custom origin.
|
Number |
getHttpPort()
(experimental) The origin HTTP port.
|
Number |
getHttpsPort()
(experimental) The origin HTTPS port.
|
Map<String,String> |
getOriginHeaders()
(experimental) Any additional headers to pass to the origin.
|
Duration |
getOriginKeepaliveTimeout()
(experimental) The keep alive timeout when making calls in seconds.
|
String |
getOriginPath()
(experimental) The relative path to the origin root to use for sources.
|
OriginProtocolPolicy |
getOriginProtocolPolicy()
(experimental) The protocol (http or https) policy to use when interacting with the origin.
|
Duration |
getOriginReadTimeout()
(experimental) The read timeout when calling the origin in seconds.
|
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(String domainName, List<? extends OriginSslPolicy> allowedOriginSslVersions, Number httpPort, Number httpsPort, Map<String,String> originHeaders, Duration originKeepaliveTimeout, String originPath, OriginProtocolPolicy originProtocolPolicy, Duration originReadTimeout)
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 CustomOriginConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.