AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ExportAutoScalingGroupRecommendations operation. Exports optimization recommendations for Auto Scaling groups.

Recommendations are exported in a comma-separated values (.csv) file, and its metadata in a JavaScript Object Notation (JSON) (.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 Auto Scaling group export job in progress per Amazon Web Services Region.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ComputeOptimizer.AmazonComputeOptimizerRequest
      Amazon.ComputeOptimizer.Model.ExportAutoScalingGroupRecommendationsRequest

Namespace: Amazon.ComputeOptimizer.Model
Assembly: AWSSDK.ComputeOptimizer.dll
Version: 3.x.y.z

Syntax

C#
public class ExportAutoScalingGroupRecommendationsRequest : AmazonComputeOptimizerRequest
         IAmazonWebServiceRequest

The ExportAutoScalingGroupRecommendationsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccountIds System.Collections.Generic.List<System.String>

Gets and sets the property AccountIds.

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.

Public Property FieldsToExport System.Collections.Generic.List<System.String>

Gets and sets the property 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.

Public Property FileFormat Amazon.ComputeOptimizer.FileFormat

Gets and sets the property FileFormat.

The format of the export file.

The only export file format currently supported is Csv.

Public Property Filters System.Collections.Generic.List<Amazon.ComputeOptimizer.Model.Filter>

Gets and sets the property Filters.

An array of objects to specify a filter that exports a more specific set of Auto Scaling group recommendations.

Public Property IncludeMemberAccounts System.Boolean

Gets and sets the property 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.

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.

Public Property RecommendationPreferences Amazon.ComputeOptimizer.Model.RecommendationPreferences

Gets and sets the property RecommendationPreferences.

An object to specify the preferences for the Auto Scaling group recommendations to export.

Public Property S3DestinationConfig Amazon.ComputeOptimizer.Model.S3DestinationConfig

Gets and sets the property S3DestinationConfig.

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 in the Compute Optimizer User Guide.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5