Resource: aws_synthetics_group

Provides a Synthetics Group resource.

Example Usage

Basic Usage

resource "aws_synthetics_group" "example" {
  name = "example"
}

Argument Reference

The following arguments are required:

The following arguments are optional:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import CloudWatch Synthetics Group using the name. For example:

import {
  to = aws_synthetics_group.example
  id = "example"
}

Using terraform import, import CloudWatch Synthetics Group using the name. For example:

% terraform import aws_synthetics_group.example example