Skip to content

/AWS1/CL_COP=>EXPORTLICENSERECOMMENDATIONS()

About ExportLicenseRecommendations

Export optimization recommendations for your licenses.

Recommendations are exported in a comma-separated values (CSV) file, and its metadata in a JavaScript Object Notation (JSON) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see Exporting Recommendations in the Compute Optimizer User Guide.

You can have only one license export job in progress per Amazon Web Services Region.

Method Signature

IMPORTING

Required arguments:

IO_S3DESTINATIONCONFIG TYPE REF TO /AWS1/CL_COPS3DSTCONFIG /AWS1/CL_COPS3DSTCONFIG

s3DestinationConfig

Optional arguments:

IT_ACCOUNTIDS TYPE /AWS1/CL_COPACCOUNTIDS_W=>TT_ACCOUNTIDS TT_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.

IT_FILTERS TYPE /AWS1/CL_COPLICENSERECOMMEND00=>TT_LICENSERECOMMENDATIONFILTS TT_LICENSERECOMMENDATIONFILTS

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

IT_FIELDSTOEXPORT TYPE /AWS1/CL_COPEXPABLELICENSEFI00=>TT_EXPORTABLELICENSEFIELDS TT_EXPORTABLELICENSEFIELDS

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.

IV_FILEFORMAT TYPE /AWS1/COPFILEFORMAT /AWS1/COPFILEFORMAT

The format of the export file.

A CSV file is the only export format currently supported.

IV_INCLUDEMEMBERACCOUNTS TYPE /AWS1/COPINCLUDEMEMBERACCOUNTS /AWS1/COPINCLUDEMEMBERACCOUNTS

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_COPEXPLICENSERECOMM01 /AWS1/CL_COPEXPLICENSERECOMM01