GetGroupResult

data class GetGroupResult(val arn: String? = null, val configuration: List<GroupConfigurationItem>? = null, val description: String? = null, val resourceQuery: GroupResourceQuery? = null, val resources: List<String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, configuration: List<GroupConfigurationItem>? = null, description: String? = null, resourceQuery: GroupResourceQuery? = null, resources: List<String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Resource Group ARN.

Link copied to clipboard

The service configuration currently associated with the resource group and in effect for the members of the resource group. A Configuration consists of one or more ConfigurationItem entries. For information about service configurations for resource groups and how to construct them, see Service configurations for resource groups in the AWS Resource Groups User Guide .

Link copied to clipboard
val description: String? = null

The description of the resource group

Link copied to clipboard

The resource query structure that is used to dynamically determine which AWS resources are members of the associated resource group. For more information about queries and how to construct them, see Build queries and groups in AWS Resource Groups in the AWS Resource Groups User Guide

Link copied to clipboard
val resources: List<String>? = null

A list of the Amazon Resource Names (ARNs) of AWS resources that you want to add to the specified group.

Link copied to clipboard
val tags: List<Tag>? = null

The tag key and value pairs that are attached to the resource group.