GetAttributeGroupResult

data class GetAttributeGroupResult(val arn: String? = null, val attributes: Any? = null, val description: String? = null, val id: String? = null, val name: String? = null, val tags: Map<String, String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon resource name (ARN) that specifies the attribute group across services.

Link copied to clipboard
val attributes: 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: String? = null

The description of the attribute group.

Link copied to clipboard
val id: String? = null

The globally unique attribute group identifier of the attribute group.

Link copied to clipboard
val name: String? = null

The name of the attribute group.

Link copied to clipboard
val tags: Map<String, String>? = null

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