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

io.burkard.cdk.services.quicksight.cfnTheme.TileLayoutStyleProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.quicksight.cfnTheme

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

  def apply(
    gutter: Option[software.amazon.awscdk.services.quicksight.CfnTheme.GutterStyleProperty] = None,
    margin: Option[software.amazon.awscdk.services.quicksight.CfnTheme.MarginStyleProperty] = None
  ): software.amazon.awscdk.services.quicksight.CfnTheme.TileLayoutStyleProperty =
    (new software.amazon.awscdk.services.quicksight.CfnTheme.TileLayoutStyleProperty.Builder)
      .gutter(gutter.orNull)
      .margin(margin.orNull)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy