Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExportECSServiceRecommendationsRequest

import type { ExportECSServiceRecommendationsRequest } from "https://aws-api.deno.dev/v0.4/services/computeoptimizer.ts?docs=full";
interface ExportECSServiceRecommendationsRequest {
accountIds?: string[] | null;
fieldsToExport?: ExportableECSServiceField[] | null;
fileFormat?: FileFormat | null;
filters?: ECSServiceRecommendationFilter[] | null;
includeMemberAccounts?: boolean | null;
s3DestinationConfig: S3DestinationConfig;
}

§Properties

§
accountIds?: string[] | null
[src]

The Amazon Web Services account IDs for the export Amazon ECS service recommendations.

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

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

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

You can specify multiple account IDs per request.

§
fieldsToExport?: ExportableECSServiceField[] | null
[src]

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.

§
fileFormat?: FileFormat | null
[src]

The format of the export file.

The CSV file is the only export file format currently supported.

§

An array of objects to specify a filter that exports a more specific set of Amazon ECS service recommendations.

§
includeMemberAccounts?: boolean | null
[src]

If your account is the management account or the delegated administrator of an organization, this parameter indicates whether to include recommendations for resources in all member accounts of the 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.

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

§
s3DestinationConfig: S3DestinationConfig
[src]