Interface MedialiveChannelEncoderSettingsAudioDescriptionsRemixSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelEncoderSettingsAudioDescriptionsRemixSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.971Z") @Stability(Stable) public interface MedialiveChannelEncoderSettingsAudioDescriptionsRemixSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelEncoderSettingsAudioDescriptionsRemixSettings.Builderstatic classMedialiveChannelEncoderSettingsAudioDescriptionsRemixSettings.Jsii$ProxyAn implementation forMedialiveChannelEncoderSettingsAudioDescriptionsRemixSettings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MedialiveChannelEncoderSettingsAudioDescriptionsRemixSettings.Builderbuilder()ObjectgetChannelMappings()channel_mappings block.default NumbergetChannelsIn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#channels_in MedialiveChannel#channels_in}.default NumbergetChannelsOut()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#channels_out MedialiveChannel#channels_out}.
-
-
-
Method Detail
-
getChannelMappings
@Stability(Stable) @NotNull Object getChannelMappings()
channel_mappings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#channel_mappings MedialiveChannel#channel_mappings}
-
getChannelsIn
@Stability(Stable) @Nullable default Number getChannelsIn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#channels_in MedialiveChannel#channels_in}.
-
getChannelsOut
@Stability(Stable) @Nullable default Number getChannelsOut()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#channels_out MedialiveChannel#channels_out}.
-
builder
@Stability(Stable) static MedialiveChannelEncoderSettingsAudioDescriptionsRemixSettings.Builder builder()
-
-