Skip to content

Resource: awsInspectorResourceGroup

Provides an Amazon Inspector resource group resource.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.inspectorResourceGroup.InspectorResourceGroup(this, "example", {
  tags: {
    Env: "bar",
    Name: "foo",
  },
});

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - The resource group ARN.