Interface MedialiveChannelInputAttachmentsInputSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelInputAttachmentsInputSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.034Z") @Stability(Stable) public interface MedialiveChannelInputAttachmentsInputSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelInputAttachmentsInputSettings.BuilderA builder forMedialiveChannelInputAttachmentsInputSettingsstatic classMedialiveChannelInputAttachmentsInputSettings.Jsii$ProxyAn implementation forMedialiveChannelInputAttachmentsInputSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MedialiveChannelInputAttachmentsInputSettings.Builderbuilder()default ObjectgetAudioSelector()audio_selector block.default ObjectgetCaptionSelector()caption_selector block.default StringgetDeblockFilter()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#deblock_filter MedialiveChannel#deblock_filter}.default StringgetDenoiseFilter()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#denoise_filter MedialiveChannel#denoise_filter}.default NumbergetFilterStrength()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#filter_strength MedialiveChannel#filter_strength}.default StringgetInputFilter()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_filter MedialiveChannel#input_filter}.default MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsgetNetworkInputSettings()network_input_settings block.default NumbergetScte35Pid()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#scte35_pid MedialiveChannel#scte35_pid}.default StringgetSmpte2038DataPreference()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#smpte2038_data_preference MedialiveChannel#smpte2038_data_preference}.default StringgetSourceEndBehavior()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#source_end_behavior MedialiveChannel#source_end_behavior}.default MedialiveChannelInputAttachmentsInputSettingsVideoSelectorgetVideoSelector()video_selector block.
-
-
-
Method Detail
-
getAudioSelector
@Stability(Stable) @Nullable default Object getAudioSelector()
audio_selector block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#audio_selector MedialiveChannel#audio_selector}
-
getCaptionSelector
@Stability(Stable) @Nullable default Object getCaptionSelector()
caption_selector block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#caption_selector MedialiveChannel#caption_selector}
-
getDeblockFilter
@Stability(Stable) @Nullable default String getDeblockFilter()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#deblock_filter MedialiveChannel#deblock_filter}.
-
getDenoiseFilter
@Stability(Stable) @Nullable default String getDenoiseFilter()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#denoise_filter MedialiveChannel#denoise_filter}.
-
getFilterStrength
@Stability(Stable) @Nullable default Number getFilterStrength()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#filter_strength MedialiveChannel#filter_strength}.
-
getInputFilter
@Stability(Stable) @Nullable default String getInputFilter()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_filter MedialiveChannel#input_filter}.
-
getNetworkInputSettings
@Stability(Stable) @Nullable default MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettings getNetworkInputSettings()
network_input_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#network_input_settings MedialiveChannel#network_input_settings}
-
getScte35Pid
@Stability(Stable) @Nullable default Number getScte35Pid()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#scte35_pid MedialiveChannel#scte35_pid}.
-
getSmpte2038DataPreference
@Stability(Stable) @Nullable default String getSmpte2038DataPreference()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#smpte2038_data_preference MedialiveChannel#smpte2038_data_preference}.
-
getSourceEndBehavior
@Stability(Stable) @Nullable default String getSourceEndBehavior()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#source_end_behavior MedialiveChannel#source_end_behavior}.
-
getVideoSelector
@Stability(Stable) @Nullable default MedialiveChannelInputAttachmentsInputSettingsVideoSelector getVideoSelector()
video_selector block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#video_selector MedialiveChannel#video_selector}
-
builder
@Stability(Stable) static MedialiveChannelInputAttachmentsInputSettings.Builder builder()
-
-