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

io.burkard.cdk.services.glue.CfnSchemaVersionProps.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.glue

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

  def apply(
    schema: software.amazon.awscdk.services.glue.CfnSchemaVersion.SchemaProperty,
    schemaDefinition: String
  ): software.amazon.awscdk.services.glue.CfnSchemaVersionProps =
    (new software.amazon.awscdk.services.glue.CfnSchemaVersionProps.Builder)
      .schema(schema)
      .schemaDefinition(schemaDefinition)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy