Interface MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.996Z") @Stability(Stable) public interface MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettings.Builderstatic classMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettings.Jsii$ProxyAn implementation forMedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettings.Builderbuilder()default List<String>getAdMarkers()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#ad_markers MedialiveChannel#ad_markers}.default StringgetAuthenticationScheme()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#authentication_scheme MedialiveChannel#authentication_scheme}.default StringgetCacheFullBehavior()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#cache_full_behavior MedialiveChannel#cache_full_behavior}.default NumbergetCacheLength()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#cache_length MedialiveChannel#cache_length}.default StringgetCaptionData()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#caption_data MedialiveChannel#caption_data}.default StringgetInputLossAction()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_loss_action MedialiveChannel#input_loss_action}.default NumbergetRestartDelay()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#restart_delay MedialiveChannel#restart_delay}.
-
-
-
Method Detail
-
getAdMarkers
@Stability(Stable) @Nullable default List<String> getAdMarkers()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#ad_markers MedialiveChannel#ad_markers}.
-
getAuthenticationScheme
@Stability(Stable) @Nullable default String getAuthenticationScheme()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#authentication_scheme MedialiveChannel#authentication_scheme}.
-
getCacheFullBehavior
@Stability(Stable) @Nullable default String getCacheFullBehavior()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#cache_full_behavior MedialiveChannel#cache_full_behavior}.
-
getCacheLength
@Stability(Stable) @Nullable default Number getCacheLength()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#cache_length MedialiveChannel#cache_length}.
-
getCaptionData
@Stability(Stable) @Nullable default String getCaptionData()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#caption_data MedialiveChannel#caption_data}.
-
getInputLossAction
@Stability(Stable) @Nullable default String getInputLossAction()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_loss_action MedialiveChannel#input_loss_action}.
-
getRestartDelay
@Stability(Stable) @Nullable default Number getRestartDelay()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#restart_delay MedialiveChannel#restart_delay}.
-
builder
@Stability(Stable) static MedialiveChannelEncoderSettingsOutputGroupsOutputGroupSettingsRtmpGroupSettings.Builder builder()
-
-