All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.services.glue.cfnCrawler.MongoDBTargetProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.glue.cfnCrawler

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object MongoDBTargetProperty {

  def apply(
    path: Option[String] = None,
    connectionName: Option[String] = None
  ): software.amazon.awscdk.services.glue.CfnCrawler.MongoDBTargetProperty =
    (new software.amazon.awscdk.services.glue.CfnCrawler.MongoDBTargetProperty.Builder)
      .path(path.orNull)
      .connectionName(connectionName.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy