Class MedialiveChannelInputAttachmentsInputSettingsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelInputAttachmentsInputSettingsOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.051Z") @Stability(Stable) public class MedialiveChannelInputAttachmentsInputSettingsOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description MedialiveChannelInputAttachmentsInputSettingsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMedialiveChannelInputAttachmentsInputSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMedialiveChannelInputAttachmentsInputSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
MedialiveChannelInputAttachmentsInputSettingsOutputReference
protected MedialiveChannelInputAttachmentsInputSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MedialiveChannelInputAttachmentsInputSettingsOutputReference
protected MedialiveChannelInputAttachmentsInputSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MedialiveChannelInputAttachmentsInputSettingsOutputReference
@Stability(Stable) public MedialiveChannelInputAttachmentsInputSettingsOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putAudioSelector
@Stability(Stable) public void putAudioSelector(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putCaptionSelector
@Stability(Stable) public void putCaptionSelector(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putNetworkInputSettings
@Stability(Stable) public void putNetworkInputSettings(@NotNull MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettings value)- Parameters:
value- This parameter is required.
-
putVideoSelector
@Stability(Stable) public void putVideoSelector(@NotNull MedialiveChannelInputAttachmentsInputSettingsVideoSelector value)- Parameters:
value- This parameter is required.
-
resetAudioSelector
@Stability(Stable) public void resetAudioSelector()
-
resetCaptionSelector
@Stability(Stable) public void resetCaptionSelector()
-
resetDeblockFilter
@Stability(Stable) public void resetDeblockFilter()
-
resetDenoiseFilter
@Stability(Stable) public void resetDenoiseFilter()
-
resetFilterStrength
@Stability(Stable) public void resetFilterStrength()
-
resetInputFilter
@Stability(Stable) public void resetInputFilter()
-
resetNetworkInputSettings
@Stability(Stable) public void resetNetworkInputSettings()
-
resetScte35Pid
@Stability(Stable) public void resetScte35Pid()
-
resetSmpte2038DataPreference
@Stability(Stable) public void resetSmpte2038DataPreference()
-
resetSourceEndBehavior
@Stability(Stable) public void resetSourceEndBehavior()
-
resetVideoSelector
@Stability(Stable) public void resetVideoSelector()
-
getAudioSelector
@Stability(Stable) @NotNull public MedialiveChannelInputAttachmentsInputSettingsAudioSelectorList getAudioSelector()
-
getCaptionSelector
@Stability(Stable) @NotNull public MedialiveChannelInputAttachmentsInputSettingsCaptionSelectorList getCaptionSelector()
-
getNetworkInputSettings
@Stability(Stable) @NotNull public MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsOutputReference getNetworkInputSettings()
-
getVideoSelector
@Stability(Stable) @NotNull public MedialiveChannelInputAttachmentsInputSettingsVideoSelectorOutputReference getVideoSelector()
-
getAudioSelectorInput
@Stability(Stable) @Nullable public Object getAudioSelectorInput()
-
getCaptionSelectorInput
@Stability(Stable) @Nullable public Object getCaptionSelectorInput()
-
getDeblockFilterInput
@Stability(Stable) @Nullable public String getDeblockFilterInput()
-
getDenoiseFilterInput
@Stability(Stable) @Nullable public String getDenoiseFilterInput()
-
getFilterStrengthInput
@Stability(Stable) @Nullable public Number getFilterStrengthInput()
-
getInputFilterInput
@Stability(Stable) @Nullable public String getInputFilterInput()
-
getNetworkInputSettingsInput
@Stability(Stable) @Nullable public MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettings getNetworkInputSettingsInput()
-
getScte35PidInput
@Stability(Stable) @Nullable public Number getScte35PidInput()
-
getSmpte2038DataPreferenceInput
@Stability(Stable) @Nullable public String getSmpte2038DataPreferenceInput()
-
getSourceEndBehaviorInput
@Stability(Stable) @Nullable public String getSourceEndBehaviorInput()
-
getVideoSelectorInput
@Stability(Stable) @Nullable public MedialiveChannelInputAttachmentsInputSettingsVideoSelector getVideoSelectorInput()
-
getDeblockFilter
@Stability(Stable) @NotNull public String getDeblockFilter()
-
setDeblockFilter
@Stability(Stable) public void setDeblockFilter(@NotNull String value)
-
getDenoiseFilter
@Stability(Stable) @NotNull public String getDenoiseFilter()
-
setDenoiseFilter
@Stability(Stable) public void setDenoiseFilter(@NotNull String value)
-
getFilterStrength
@Stability(Stable) @NotNull public Number getFilterStrength()
-
setFilterStrength
@Stability(Stable) public void setFilterStrength(@NotNull Number value)
-
getInputFilter
@Stability(Stable) @NotNull public String getInputFilter()
-
setInputFilter
@Stability(Stable) public void setInputFilter(@NotNull String value)
-
getScte35Pid
@Stability(Stable) @NotNull public Number getScte35Pid()
-
setScte35Pid
@Stability(Stable) public void setScte35Pid(@NotNull Number value)
-
getSmpte2038DataPreference
@Stability(Stable) @NotNull public String getSmpte2038DataPreference()
-
setSmpte2038DataPreference
@Stability(Stable) public void setSmpte2038DataPreference(@NotNull String value)
-
getSourceEndBehavior
@Stability(Stable) @NotNull public String getSourceEndBehavior()
-
setSourceEndBehavior
@Stability(Stable) public void setSourceEndBehavior(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public MedialiveChannelInputAttachmentsInputSettings getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MedialiveChannelInputAttachmentsInputSettings value)
-
-