computeoptimizer_export_license_recommendations: Export optimization recommendations for your licenses

View source: R/computeoptimizer_operations.R

computeoptimizer_export_license_recommendationsR Documentation

Export optimization recommendations for your licenses

Description

Export optimization recommendations for your licenses.

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

Usage

computeoptimizer_export_license_recommendations(
  accountIds = NULL,
  filters = NULL,
  fieldsToExport = NULL,
  s3DestinationConfig,
  fileFormat = NULL,
  includeMemberAccounts = NULL
)

Arguments

accountIds

The IDs of the Amazon Web Services accounts for which to export license recommendations.

If your account is the management account of an organization, use this parameter to specify the member account for which you want to export recommendations.

This parameter can't be specified together with the include member accounts parameter. The parameters are mutually exclusive.

If this parameter is omitted, recommendations for member accounts aren't included in the export.

You can specify multiple account IDs per request.

filters

An array of objects to specify a filter that exports a more specific set of license recommendations.

fieldsToExport

The recommendations data to include in the export file. For more information about the fields that can be exported, see Exported files in the Compute Optimizer User Guide.

s3DestinationConfig

[required]

fileFormat

The format of the export file.

A CSV file is the only export format currently supported.

includeMemberAccounts

Indicates whether to include recommendations for resources in all member accounts of the organization if your account is the management account of an organization.

The member accounts must also be opted in to Compute Optimizer, and trusted access for Compute Optimizer must be enabled in the organization account. For more information, see Compute Optimizer and Amazon Web Services Organizations trusted access in the Compute Optimizer User Guide.

If this parameter is omitted, recommendations for member accounts of the organization aren't included in the export file .

This parameter cannot be specified together with the account IDs parameter. The parameters are mutually exclusive.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.