GroupArgs

data class GroupArgs(val filterExpression: Output<String>? = null, val groupName: Output<String>? = null, val insightsConfiguration: Output<GroupInsightsConfigurationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<GroupArgs>

This schema provides construct and validation rules for AWS-XRay Group resource parameters.

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(filterExpression: Output<String>? = null, groupName: Output<String>? = null, insightsConfiguration: Output<GroupInsightsConfigurationArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val filterExpression: Output<String>? = null

The filter expression defining criteria by which to group traces.

Link copied to clipboard
val groupName: Output<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: Output<List<TagArgs>>? = null

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

Functions

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