awscc_xray_group (Resource)

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

Example Usage

resource "awscc_xray_group" "example" {
  group_name        = "example"
  filter_expression = "responsetime > 5"
  insights_configuration = {
    insights_enabled      = true
    notifications_enabled = true
  }

  tags = [
    {
      key   = "ModifiedBy"
      value = "AWSCC"
    }
  ]
}

Schema

Required

Optional

Read-Only

Nested Schema for insights_configuration

Optional:

Nested Schema for tags

Required:

Import

Import is supported using the following syntax:

$ terraform import awscc_xray_group.example <resource ID>