Class MedialiveChannelEncoderSettingsAudioDescriptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsAudioDescriptionsOutputReference
-
- 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.971Z") @Stability(Stable) public class MedialiveChannelEncoderSettingsAudioDescriptionsOutputReference 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 MedialiveChannelEncoderSettingsAudioDescriptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedMedialiveChannelEncoderSettingsAudioDescriptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMedialiveChannelEncoderSettingsAudioDescriptionsOutputReference(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
-
MedialiveChannelEncoderSettingsAudioDescriptionsOutputReference
protected MedialiveChannelEncoderSettingsAudioDescriptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MedialiveChannelEncoderSettingsAudioDescriptionsOutputReference
protected MedialiveChannelEncoderSettingsAudioDescriptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MedialiveChannelEncoderSettingsAudioDescriptionsOutputReference
@Stability(Stable) public MedialiveChannelEncoderSettingsAudioDescriptionsOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Number complexObjectIndex, @NotNull Boolean complexObjectIsFromSet)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.complexObjectIndex- the index of this item in the list. This parameter is required.complexObjectIsFromSet- whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
-
-
Method Detail
-
putAudioNormalizationSettings
@Stability(Stable) public void putAudioNormalizationSettings(@NotNull MedialiveChannelEncoderSettingsAudioDescriptionsAudioNormalizationSettings value)- Parameters:
value- This parameter is required.
-
putAudioWatermarkSettings
@Stability(Stable) public void putAudioWatermarkSettings(@NotNull MedialiveChannelEncoderSettingsAudioDescriptionsAudioWatermarkSettings value)- Parameters:
value- This parameter is required.
-
putCodecSettings
@Stability(Stable) public void putCodecSettings(@NotNull MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettings value)- Parameters:
value- This parameter is required.
-
putRemixSettings
@Stability(Stable) public void putRemixSettings(@NotNull MedialiveChannelEncoderSettingsAudioDescriptionsRemixSettings value)- Parameters:
value- This parameter is required.
-
resetAudioNormalizationSettings
@Stability(Stable) public void resetAudioNormalizationSettings()
-
resetAudioType
@Stability(Stable) public void resetAudioType()
-
resetAudioTypeControl
@Stability(Stable) public void resetAudioTypeControl()
-
resetAudioWatermarkSettings
@Stability(Stable) public void resetAudioWatermarkSettings()
-
resetCodecSettings
@Stability(Stable) public void resetCodecSettings()
-
resetLanguageCode
@Stability(Stable) public void resetLanguageCode()
-
resetLanguageCodeControl
@Stability(Stable) public void resetLanguageCodeControl()
-
resetRemixSettings
@Stability(Stable) public void resetRemixSettings()
-
resetStreamName
@Stability(Stable) public void resetStreamName()
-
getAudioNormalizationSettings
@Stability(Stable) @NotNull public MedialiveChannelEncoderSettingsAudioDescriptionsAudioNormalizationSettingsOutputReference getAudioNormalizationSettings()
-
getAudioWatermarkSettings
@Stability(Stable) @NotNull public MedialiveChannelEncoderSettingsAudioDescriptionsAudioWatermarkSettingsOutputReference getAudioWatermarkSettings()
-
getCodecSettings
@Stability(Stable) @NotNull public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference getCodecSettings()
-
getRemixSettings
@Stability(Stable) @NotNull public MedialiveChannelEncoderSettingsAudioDescriptionsRemixSettingsOutputReference getRemixSettings()
-
getAudioNormalizationSettingsInput
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsAudioNormalizationSettings getAudioNormalizationSettingsInput()
-
getAudioSelectorNameInput
@Stability(Stable) @Nullable public String getAudioSelectorNameInput()
-
getAudioTypeControlInput
@Stability(Stable) @Nullable public String getAudioTypeControlInput()
-
getAudioTypeInput
@Stability(Stable) @Nullable public String getAudioTypeInput()
-
getAudioWatermarkSettingsInput
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsAudioWatermarkSettings getAudioWatermarkSettingsInput()
-
getCodecSettingsInput
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettings getCodecSettingsInput()
-
getLanguageCodeControlInput
@Stability(Stable) @Nullable public String getLanguageCodeControlInput()
-
getLanguageCodeInput
@Stability(Stable) @Nullable public String getLanguageCodeInput()
-
getNameInput
@Stability(Stable) @Nullable public String getNameInput()
-
getRemixSettingsInput
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsRemixSettings getRemixSettingsInput()
-
getStreamNameInput
@Stability(Stable) @Nullable public String getStreamNameInput()
-
getAudioSelectorName
@Stability(Stable) @NotNull public String getAudioSelectorName()
-
setAudioSelectorName
@Stability(Stable) public void setAudioSelectorName(@NotNull String value)
-
getAudioType
@Stability(Stable) @NotNull public String getAudioType()
-
setAudioType
@Stability(Stable) public void setAudioType(@NotNull String value)
-
getAudioTypeControl
@Stability(Stable) @NotNull public String getAudioTypeControl()
-
setAudioTypeControl
@Stability(Stable) public void setAudioTypeControl(@NotNull String value)
-
getLanguageCode
@Stability(Stable) @NotNull public String getLanguageCode()
-
setLanguageCode
@Stability(Stable) public void setLanguageCode(@NotNull String value)
-
getLanguageCodeControl
@Stability(Stable) @NotNull public String getLanguageCodeControl()
-
setLanguageCodeControl
@Stability(Stable) public void setLanguageCodeControl(@NotNull String value)
-
getName
@Stability(Stable) @NotNull public String getName()
-
setName
@Stability(Stable) public void setName(@NotNull String value)
-
getStreamName
@Stability(Stable) @NotNull public String getStreamName()
-
setStreamName
@Stability(Stable) public void setStreamName(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public Object getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable com.hashicorp.cdktf.IResolvable value)
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MedialiveChannelEncoderSettingsAudioDescriptions value)
-
-