Class CfnChannel.NetworkInputSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.NetworkInputSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.NetworkInputSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.NetworkInputSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.NetworkInputSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.NetworkInputSettingsProperty
An implementation for
CfnChannel.NetworkInputSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.NetworkInputSettingsProperty
CfnChannel.NetworkInputSettingsProperty.Builder, CfnChannel.NetworkInputSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.NetworkInputSettingsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.NetworkInputSettingsProperty.Builder
.
-
-
Method Details
-
getHlsInputSettings
Description copied from interface:CfnChannel.NetworkInputSettingsProperty
Information about how to connect to the upstream system.- Specified by:
getHlsInputSettings
in interfaceCfnChannel.NetworkInputSettingsProperty
- See Also:
-
getServerValidation
Description copied from interface:CfnChannel.NetworkInputSettingsProperty
Checks HTTPS server certificates.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.
- Specified by:
getServerValidation
in interfaceCfnChannel.NetworkInputSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-