GetAppregistryAttributeGroupResult

data class GetAppregistryAttributeGroupResult(val arn: String, val attributes: String, val description: String, val id: String, val name: String, val tags: Map<String, String>)

A collection of values returned by getAppregistryAttributeGroup.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard

A JSON string of nested key-value pairs that represents the attributes of the group.

Link copied to clipboard

Description of the Attribute Group.

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

A map of tags assigned to the Attribute Group. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.