GetGroupResult

data class GetGroupResult(val filterExpression: String? = null, val groupArn: String? = null, val groupName: String? = null, val insightsConfiguration: GroupInsightsConfiguration? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(filterExpression: String? = null, groupArn: String? = null, groupName: String? = null, insightsConfiguration: GroupInsightsConfiguration? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The filter expression defining criteria by which to group traces.

Link copied to clipboard
val groupArn: String? = null

The ARN of the group that was generated on creation.

Link copied to clipboard
val groupName: String? = null

The case-sensitive name of the new group. Names must be unique.

Link copied to clipboard

The structure containing configurations related to insights.

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

An array of key-value pairs to apply to this resource.