![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.servicecatalogappregistry.kotlin.AttributeGroupArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.servicecatalogappregistry.kotlin
import com.pulumi.awsnative.servicecatalogappregistry.AttributeGroupArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Any
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroup.
* @property attributes A nested object in a JSON or YAML template that supports arbitrary definitions. Represents the attributes in an attribute group that describes an application and its components.
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::ServiceCatalogAppRegistry::AttributeGroup` for more information about the expected schema for this property.
* @property description The description of the attribute group.
* @property name The name of the attribute group.
* @property tags Key-value pairs you can use to associate with the attribute group.
*/
public data class AttributeGroupArgs(
public val attributes: Output? = null,
public val description: Output? = null,
public val name: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy