![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.medialive.cfnChannel.InputAttachmentProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.medialive.cfnChannel
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object InputAttachmentProperty {
def apply(
inputAttachmentName: Option[String] = None,
inputId: Option[String] = None,
inputSettings: Option[software.amazon.awscdk.services.medialive.CfnChannel.InputSettingsProperty] = None,
automaticInputFailoverSettings: Option[software.amazon.awscdk.services.medialive.CfnChannel.AutomaticInputFailoverSettingsProperty] = None
): software.amazon.awscdk.services.medialive.CfnChannel.InputAttachmentProperty =
(new software.amazon.awscdk.services.medialive.CfnChannel.InputAttachmentProperty.Builder)
.inputAttachmentName(inputAttachmentName.orNull)
.inputId(inputId.orNull)
.inputSettings(inputSettings.orNull)
.automaticInputFailoverSettings(automaticInputFailoverSettings.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy