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

io.cloudshiftdev.awscdk.services.cloudwatch.TextWidgetBackground.kt Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
@file:Suppress("RedundantVisibilityModifier","RedundantUnitReturnType","RemoveRedundantQualifierName","unused","UnusedImport","ClassName","REDUNDANT_PROJECTION","DEPRECATION")

package io.cloudshiftdev.awscdk.services.cloudwatch

public enum class TextWidgetBackground(
  private val cdkObject: software.amazon.awscdk.services.cloudwatch.TextWidgetBackground,
) {
  SOLID(software.amazon.awscdk.services.cloudwatch.TextWidgetBackground.SOLID),
  TRANSPARENT(software.amazon.awscdk.services.cloudwatch.TextWidgetBackground.TRANSPARENT),
  ;

  public companion object {
    internal fun wrap(cdkObject: software.amazon.awscdk.services.cloudwatch.TextWidgetBackground):
        TextWidgetBackground = when (cdkObject) {
      software.amazon.awscdk.services.cloudwatch.TextWidgetBackground.SOLID ->
          TextWidgetBackground.SOLID
      software.amazon.awscdk.services.cloudwatch.TextWidgetBackground.TRANSPARENT ->
          TextWidgetBackground.TRANSPARENT
    }

    internal fun unwrap(wrapped: TextWidgetBackground):
        software.amazon.awscdk.services.cloudwatch.TextWidgetBackground = wrapped.cdkObject
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy