v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1472262334.5 KB

Creates a report plan. A report plan is a document that contains information about the contents of the report and where Backup will deliver it.

If you call CreateReportPlan with a plan that already exists, you receive an AlreadyExistsException exception.

post/audit/report-plans

Request body

ReportPlanNamestring required

The unique name of the report plan. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).

ReportPlanDescriptionstring

An optional description of the report plan with a maximum of 1,024 characters.

ReportPlanTagsobject

Metadata that you can assign to help organize the report plans that you create. Each tag is a key-value pair.

IdempotencyTokenstring

A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>CreateReportPlanInput</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.

Response

Success

ReportPlanNamestring

The unique name of the report plan.

ReportPlanArnstring

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

CreationTimestring date-time

The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.