Attribute Group Args
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)