AttributeGroupArgs

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

Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroup.

Constructors

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

Properties

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

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 for AWS::ServiceCatalogAppRegistry::AttributeGroup for more information about the expected schema for this property.

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<Map<String, String>>? = null

Key-value pairs you can use to associate with the attribute group.

Functions

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