Skip to content

Resource: awsAuditmanagerAssessmentReport

Terraform resource for managing an AWS Audit Manager Assessment Report.

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.auditmanagerAssessmentReport.AuditmanagerAssessmentReport(
  this,
  "test",
  {
    assessmentId: "${aws_auditmanager_assessment.test.id}",
    name: "example",
  }
);

Argument Reference

The following arguments are required:

  • name - (Required) Name of the assessment report.
  • assessmentId - (Required) Unique identifier of the assessment to create the report from.

The following arguments are optional:

  • description - (Optional) Description of the assessment report.

Attributes Reference

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

  • author - Name of the user who created the assessment report.
  • id - Unique identifier for the assessment report.
  • status - Current status of the specified assessment report. Valid values are complete, IN_PROGRESS, and failed.

Import

Audit Manager Assessment Reports can be imported using the assessment report id, e.g.,

$ terraform import aws_auditmanager_assessment_report.example abc123-de45