Interface MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.051Z") @Stability(Stable) public interface MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelInputAttachmentsInputSettingsNetworkInputSettings.Builderstatic classMedialiveChannelInputAttachmentsInputSettingsNetworkInputSettings.Jsii$ProxyAn implementation forMedialiveChannelInputAttachmentsInputSettingsNetworkInputSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettings.Builderbuilder()default MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettingsgetHlsInputSettings()hls_input_settings block.default StringgetServerValidation()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#server_validation MedialiveChannel#server_validation}.
-
-
-
Method Detail
-
getHlsInputSettings
@Stability(Stable) @Nullable default MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettingsHlsInputSettings getHlsInputSettings()
hls_input_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#hls_input_settings MedialiveChannel#hls_input_settings}
-
getServerValidation
@Stability(Stable) @Nullable default String getServerValidation()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#server_validation MedialiveChannel#server_validation}.
-
builder
@Stability(Stable) static MedialiveChannelInputAttachmentsInputSettingsNetworkInputSettings.Builder builder()
-
-