
com.pulumi.awsnative.amplifyuibuilder.kotlin.ThemeArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.amplifyuibuilder.kotlin
import com.pulumi.awsnative.amplifyuibuilder.ThemeArgs.builder
import com.pulumi.awsnative.amplifyuibuilder.kotlin.inputs.ThemeValuesArgs
import com.pulumi.awsnative.amplifyuibuilder.kotlin.inputs.ThemeValuesArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Definition of AWS::AmplifyUIBuilder::Theme Resource Type
* @property appId The unique ID for the Amplify app associated with the theme.
* @property environmentName The name of the backend environment that is a part of the Amplify app.
* @property name The name of the theme.
* @property overrides Describes the properties that can be overriden to customize a theme.
* @property tags One or more key-value pairs to use when tagging the theme.
* @property values A list of key-value pairs that defines the properties of the theme.
*/
public data class ThemeArgs(
public val appId: Output? = null,
public val environmentName: Output? = null,
public val name: Output? = null,
public val overrides: Output>? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy