Class CfnChannelPropsMixin.InputAttachmentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.InputAttachmentProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.InputAttachmentProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.InputAttachmentProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.InputAttachmentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.InputAttachmentProperty
An implementation for
CfnChannelPropsMixin.InputAttachmentProperty-
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.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.InputAttachmentProperty
CfnChannelPropsMixin.InputAttachmentProperty.Builder, CfnChannelPropsMixin.InputAttachmentProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.InputAttachmentProperty.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 ObjectSettings to implement automatic input failover in this input.final StringA name for the attachment.final StringThe ID of the input to attach.final ObjectInformation about the content to extract from the input and about the general handling of the content.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 theCfnChannelPropsMixin.InputAttachmentProperty.Builder.
-
-
Method Details
-
getAutomaticInputFailoverSettings
Description copied from interface:CfnChannelPropsMixin.InputAttachmentPropertySettings to implement automatic input failover in this input.Returns union: either
IResolvableorCfnChannelPropsMixin.AutomaticInputFailoverSettingsProperty- Specified by:
getAutomaticInputFailoverSettingsin interfaceCfnChannelPropsMixin.InputAttachmentProperty- See Also:
-
getInputAttachmentName
Description copied from interface:CfnChannelPropsMixin.InputAttachmentPropertyA name for the attachment.This is required if you want to use this input in an input switch action.
- Specified by:
getInputAttachmentNamein interfaceCfnChannelPropsMixin.InputAttachmentProperty- See Also:
-
getInputId
Description copied from interface:CfnChannelPropsMixin.InputAttachmentPropertyThe ID of the input to attach.- Specified by:
getInputIdin interfaceCfnChannelPropsMixin.InputAttachmentProperty- See Also:
-
getInputSettings
Description copied from interface:CfnChannelPropsMixin.InputAttachmentPropertyInformation about the content to extract from the input and about the general handling of the content.Returns union: either
IResolvableorCfnChannelPropsMixin.InputSettingsProperty- Specified by:
getInputSettingsin interfaceCfnChannelPropsMixin.InputAttachmentProperty- See Also:
-
getLogicalInterfaceNames
- Specified by:
getLogicalInterfaceNamesin interfaceCfnChannelPropsMixin.InputAttachmentProperty- 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()
-