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