![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.servicecatalogappregistry.kotlin.ApplicationArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.servicecatalogappregistry.kotlin
import com.pulumi.awsnative.servicecatalogappregistry.ApplicationArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Resource Schema for AWS::ServiceCatalogAppRegistry::Application
* @property description The description of the application.
* @property name The name of the application.
* @property tags Key-value pairs you can use to associate with the application.
*/
public data class ApplicationArgs(
public val description: Output? = null,
public val name: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy