AttributeGroupArgs

data class AttributeGroupArgs(val attributes: Output<Any>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<AttributeGroupTagsArgs>? = null) : ConvertibleToJava<AttributeGroupArgs>

Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroup.

Constructors

Link copied to clipboard
fun AttributeGroupArgs(attributes: Output<Any>? = null, description: Output<String>? = null, name: Output<String>? = null, tags: Output<AttributeGroupTagsArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): AttributeGroupArgs

Properties

Link copied to clipboard
val attributes: Output<Any>? = null
Link copied to clipboard
val description: Output<String>? = null

The description of the attribute group.

Link copied to clipboard
val name: Output<String>? = null

The name of the attribute group.

Link copied to clipboard
val tags: Output<AttributeGroupTagsArgs>? = null