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

io.burkard.cdk.services.amplifyuibuilder.cfnTheme.ThemeValuesProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.amplifyuibuilder.cfnTheme

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

  def apply(
    value: Option[software.amazon.awscdk.services.amplifyuibuilder.CfnTheme.ThemeValueProperty] = None,
    key: Option[String] = None
  ): software.amazon.awscdk.services.amplifyuibuilder.CfnTheme.ThemeValuesProperty =
    (new software.amazon.awscdk.services.amplifyuibuilder.CfnTheme.ThemeValuesProperty.Builder)
      .value(value.orNull)
      .key(key.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy