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

io.burkard.cdk.services.quicksight.cfnDataSet.PhysicalTableProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.quicksight.cfnDataSet

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

  def apply(
    customSql: Option[software.amazon.awscdk.services.quicksight.CfnDataSet.CustomSqlProperty] = None,
    relationalTable: Option[software.amazon.awscdk.services.quicksight.CfnDataSet.RelationalTableProperty] = None,
    s3Source: Option[software.amazon.awscdk.services.quicksight.CfnDataSet.S3SourceProperty] = None
  ): software.amazon.awscdk.services.quicksight.CfnDataSet.PhysicalTableProperty =
    (new software.amazon.awscdk.services.quicksight.CfnDataSet.PhysicalTableProperty.Builder)
      .customSql(customSql.orNull)
      .relationalTable(relationalTable.orNull)
      .s3Source(s3Source.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy