Skip to content

Data Source: awsAuditmanagerFramework

Terraform data source for managing an AWS Audit Manager Framework.

Example Usage

Basic 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.dataAwsAuditmanagerFramework.DataAwsAuditmanagerFramework(
  this,
  "example",
  {
    frameworkType: "Standard",
    name: "Essential Eight",
  }
);

Argument Reference

The following arguments are required:

  • name - (Required) Name of the framework.
  • type - (Required) Type of framework. Valid values are custom and standard.

Attributes Reference

See the awsAuditmanagerFramework resource for details on the returned attributes - they are identical.