Skip to contents

Get a consolidated report of your workloads.

See https://www.paws-r-sdk.com/docs/wellarchitected_get_consolidated_report/ for full documentation.

Usage

wellarchitected_get_consolidated_report(
  Format,
  IncludeSharedResources = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

Format

[required] The format of the consolidated report.

For PDF, Base64String is returned. For JSON, Metrics is returned.

IncludeSharedResources

Set to true to have shared resources included in the report.

NextToken

The token to use to retrieve the next set of results.

MaxResults

The maximum number of results to return for this request.