class Aws::ComputeOptimizer::Types::ExportAutoScalingGroupRecommendationsRequest

@note When making an API call, you may pass ExportAutoScalingGroupRecommendationsRequest

data as a hash:

    {
      account_ids: ["AccountId"],
      filters: [
        {
          name: "Finding", # accepts Finding, FindingReasonCodes, RecommendationSourceType
          values: ["FilterValue"],
        },
      ],
      fields_to_export: ["AccountId"], # accepts AccountId, AutoScalingGroupArn, AutoScalingGroupName, Finding, UtilizationMetricsCpuMaximum, UtilizationMetricsMemoryMaximum, UtilizationMetricsEbsReadOpsPerSecondMaximum, UtilizationMetricsEbsWriteOpsPerSecondMaximum, UtilizationMetricsEbsReadBytesPerSecondMaximum, UtilizationMetricsEbsWriteBytesPerSecondMaximum, UtilizationMetricsDiskReadOpsPerSecondMaximum, UtilizationMetricsDiskWriteOpsPerSecondMaximum, UtilizationMetricsDiskReadBytesPerSecondMaximum, UtilizationMetricsDiskWriteBytesPerSecondMaximum, UtilizationMetricsNetworkInBytesPerSecondMaximum, UtilizationMetricsNetworkOutBytesPerSecondMaximum, UtilizationMetricsNetworkPacketsInPerSecondMaximum, UtilizationMetricsNetworkPacketsOutPerSecondMaximum, LookbackPeriodInDays, CurrentConfigurationInstanceType, CurrentConfigurationDesiredCapacity, CurrentConfigurationMinSize, CurrentConfigurationMaxSize, CurrentOnDemandPrice, CurrentStandardOneYearNoUpfrontReservedPrice, CurrentStandardThreeYearNoUpfrontReservedPrice, CurrentVCpus, CurrentMemory, CurrentStorage, CurrentNetwork, RecommendationOptionsConfigurationInstanceType, RecommendationOptionsConfigurationDesiredCapacity, RecommendationOptionsConfigurationMinSize, RecommendationOptionsConfigurationMaxSize, RecommendationOptionsProjectedUtilizationMetricsCpuMaximum, RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum, RecommendationOptionsPerformanceRisk, RecommendationOptionsOnDemandPrice, RecommendationOptionsStandardOneYearNoUpfrontReservedPrice, RecommendationOptionsStandardThreeYearNoUpfrontReservedPrice, RecommendationOptionsVcpus, RecommendationOptionsMemory, RecommendationOptionsStorage, RecommendationOptionsNetwork, LastRefreshTimestamp
      s3_destination_config: { # required
        bucket: "DestinationBucket",
        key_prefix: "DestinationKeyPrefix",
      },
      file_format: "Csv", # accepts Csv
      include_member_accounts: false,
      recommendation_preferences: {
        cpu_vendor_architectures: ["AWS_ARM64"], # accepts AWS_ARM64, CURRENT
      },
    }

@!attribute [rw] account_ids

The IDs of the Amazon Web Services accounts for which to export Auto
Scaling group 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 cannot be specified together with the include member
accounts parameter. The parameters are mutually exclusive.

Recommendations for member accounts are not included in the export
if this parameter, or the include member accounts parameter, is
omitted.

You can specify multiple account IDs per request.
@return [Array<String>]

@!attribute [rw] filters

An array of objects to specify a filter that exports a more specific
set of Auto Scaling group recommendations.
@return [Array<Types::Filter>]

@!attribute [rw] fields_to_export

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

[1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html#exported-files
@return [Array<String>]

@!attribute [rw] s3_destination_config

An object to specify the destination Amazon Simple Storage Service
(Amazon S3) bucket name and key prefix for the export job.

You must create the destination Amazon S3 bucket for your
recommendations export before you create the export job. Compute
Optimizer does not create the S3 bucket for you. After you create
the S3 bucket, ensure that it has the required permissions policy to
allow Compute Optimizer to write the export file to it. If you plan
to specify an object prefix when you create the export job, you must
include the object prefix in the policy that you add to the S3
bucket. For more information, see [Amazon S3 Bucket Policy for
Compute Optimizer][1] in the *Compute Optimizer User Guide*.

[1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/create-s3-bucket-policy-for-compute-optimizer.html
@return [Types::S3DestinationConfig]

@!attribute [rw] file_format

The format of the export file.

The only export file format currently supported is `Csv`.
@return [String]

@!attribute [rw] include_member_accounts

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][1] in the
*Compute Optimizer User Guide*.

Recommendations for member accounts of the organization are not
included in the export file if this parameter is omitted.

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

Recommendations for member accounts are not included in the export
if this parameter, or the account IDs parameter, is omitted.

[1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/security-iam.html#trusted-service-access
@return [Boolean]

@!attribute [rw] recommendation_preferences

An object to specify the preferences for the Auto Scaling group
recommendations to export.
@return [Types::RecommendationPreferences]

@see docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/ExportAutoScalingGroupRecommendationsRequest AWS API Documentation

Constants

SENSITIVE