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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.NetworkInputSettingsProperty
CfnChannel.NetworkInputSettingsProperty.Builder, CfnChannel.NetworkInputSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.NetworkInputSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectInformation about how to connect to the upstream system.final ObjectReturns union: eitherIResolvableorCfnChannel.MulticastInputSettingsPropertyfinal StringChecks HTTPS server certificates.final inthashCode()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.NetworkInputSettingsPropertyInformation about how to connect to the upstream system.Returns union: either
IResolvableorCfnChannel.HlsInputSettingsProperty- Specified by:
getHlsInputSettingsin interfaceCfnChannel.NetworkInputSettingsProperty- See Also:
-
getMulticastInputSettings
Description copied from interface:CfnChannel.NetworkInputSettingsPropertyReturns union: eitherIResolvableorCfnChannel.MulticastInputSettingsProperty- Specified by:
getMulticastInputSettingsin interfaceCfnChannel.NetworkInputSettingsProperty- See Also:
-
getServerValidation
Description copied from interface:CfnChannel.NetworkInputSettingsPropertyChecks 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:
getServerValidationin interfaceCfnChannel.NetworkInputSettingsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-