public static final class CfnChannel.NetworkInputSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.NetworkInputSettingsProperty
CfnChannel.NetworkInputSettingsProperty
CfnChannel.NetworkInputSettingsProperty.Builder, CfnChannel.NetworkInputSettingsProperty.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getHlsInputSettings()
Information about how to connect to the upstream system.
|
java.lang.String |
getServerValidation()
Checks HTTPS server certificates.
|
int |
hashCode() |
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.public final java.lang.Object getHlsInputSettings()
CfnChannel.NetworkInputSettingsProperty
getHlsInputSettings
in interface CfnChannel.NetworkInputSettingsProperty
public final java.lang.String getServerValidation()
CfnChannel.NetworkInputSettingsProperty
When set to checkCryptographyOnly, cryptography in the certificate is checked, but not the server's name. Certain subdomains (notably S3 buckets that use dots in the bucket name) don't strictly match the corresponding certificate's wildcard pattern and would otherwise cause the channel to error. This setting is ignored for protocols that do not use HTTPS.
getServerValidation
in interface CfnChannel.NetworkInputSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()