Class MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference
-
- 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:53.996Z") @Stability(Stable) public class MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference 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 MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference(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
-
MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference
protected MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference
protected MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference
@Stability(Stable) public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettingsOutputReference(@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
-
resetAdMarkers
@Stability(Stable) public void resetAdMarkers()
-
resetAuthenticationScheme
@Stability(Stable) public void resetAuthenticationScheme()
-
resetCacheFullBehavior
@Stability(Stable) public void resetCacheFullBehavior()
-
resetCacheLength
@Stability(Stable) public void resetCacheLength()
-
resetCaptionData
@Stability(Stable) public void resetCaptionData()
-
resetInputLossAction
@Stability(Stable) public void resetInputLossAction()
-
resetRestartDelay
@Stability(Stable) public void resetRestartDelay()
-
getAuthenticationSchemeInput
@Stability(Stable) @Nullable public String getAuthenticationSchemeInput()
-
getCacheFullBehaviorInput
@Stability(Stable) @Nullable public String getCacheFullBehaviorInput()
-
getCacheLengthInput
@Stability(Stable) @Nullable public Number getCacheLengthInput()
-
getCaptionDataInput
@Stability(Stable) @Nullable public String getCaptionDataInput()
-
getInputLossActionInput
@Stability(Stable) @Nullable public String getInputLossActionInput()
-
getRestartDelayInput
@Stability(Stable) @Nullable public Number getRestartDelayInput()
-
getAuthenticationScheme
@Stability(Stable) @NotNull public String getAuthenticationScheme()
-
setAuthenticationScheme
@Stability(Stable) public void setAuthenticationScheme(@NotNull String value)
-
getCacheFullBehavior
@Stability(Stable) @NotNull public String getCacheFullBehavior()
-
setCacheFullBehavior
@Stability(Stable) public void setCacheFullBehavior(@NotNull String value)
-
getCacheLength
@Stability(Stable) @NotNull public Number getCacheLength()
-
setCacheLength
@Stability(Stable) public void setCacheLength(@NotNull Number value)
-
getCaptionData
@Stability(Stable) @NotNull public String getCaptionData()
-
setCaptionData
@Stability(Stable) public void setCaptionData(@NotNull String value)
-
getInputLossAction
@Stability(Stable) @NotNull public String getInputLossAction()
-
setInputLossAction
@Stability(Stable) public void setInputLossAction(@NotNull String value)
-
getRestartDelay
@Stability(Stable) @NotNull public Number getRestartDelay()
-
setRestartDelay
@Stability(Stable) public void setRestartDelay(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettings getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettings value)
-
-