

# OrganizationRecommendationSummary


Summary of recommendation for accounts within an Organization

## Contents


 ** arn **   <a name="ta-Type-OrganizationRecommendationSummary-arn"></a>
The ARN of the Recommendation  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:[\w-]+:trustedadvisor:::organization-recommendation\/[\w-]+`   
Required: Yes

 ** id **   <a name="ta-Type-OrganizationRecommendationSummary-id"></a>
The ID which identifies where the Recommendation was produced  
Type: String  
Required: Yes

 ** name **   <a name="ta-Type-OrganizationRecommendationSummary-name"></a>
The name of the AWS Trusted Advisor Recommendation  
Type: String  
Required: Yes

 ** pillars **   <a name="ta-Type-OrganizationRecommendationSummary-pillars"></a>
The Pillars that the Recommendation is optimizing  
Type: Array of strings  
Array Members: Minimum number of 1 item. Maximum number of 50 items.  
Valid Values: `cost_optimizing | performance | security | service_limits | fault_tolerance | operational_excellence`   
Required: Yes

 ** resourcesAggregates **   <a name="ta-Type-OrganizationRecommendationSummary-resourcesAggregates"></a>
An aggregation of all resources  
Type: [RecommendationResourcesAggregates](API_RecommendationResourcesAggregates.md) object  
Required: Yes

 ** source **   <a name="ta-Type-OrganizationRecommendationSummary-source"></a>
The source of the Recommendation  
Type: String  
Valid Values: `aws_config | compute_optimizer | cost_explorer | lse | manual | pse | rds | resilience | resilience_hub | security_hub | stir | ta_check | well_architected | cost_optimization_hub`   
Required: Yes

 ** status **   <a name="ta-Type-OrganizationRecommendationSummary-status"></a>
The status of the Recommendation  
Type: String  
Valid Values: `ok | warning | error`   
Required: Yes

 ** type **   <a name="ta-Type-OrganizationRecommendationSummary-type"></a>
Whether the Recommendation was automated or generated by AWS Trusted Advisor Priority  
Type: String  
Valid Values: `standard | priority`   
Required: Yes

 ** awsServices **   <a name="ta-Type-OrganizationRecommendationSummary-awsServices"></a>
The AWS Services that the Recommendation applies to  
Type: Array of strings  
Length Constraints: Minimum length of 2. Maximum length of 30.  
Required: No

 ** checkArn **   <a name="ta-Type-OrganizationRecommendationSummary-checkArn"></a>
The AWS Trusted Advisor Check ARN that relates to the Recommendation  
Type: String  
Required: No

 ** createdAt **   <a name="ta-Type-OrganizationRecommendationSummary-createdAt"></a>
When the Recommendation was created, if created by AWS Trusted Advisor Priority  
Type: Timestamp  
Required: No

 ** lastUpdatedAt **   <a name="ta-Type-OrganizationRecommendationSummary-lastUpdatedAt"></a>
When the Recommendation was last updated  
Type: Timestamp  
Required: No

 ** lifecycleStage **   <a name="ta-Type-OrganizationRecommendationSummary-lifecycleStage"></a>
The lifecycle stage from AWS Trusted Advisor Priority  
Type: String  
Valid Values: `in_progress | pending_response | dismissed | resolved`   
Required: No

 ** pillarSpecificAggregates **   <a name="ta-Type-OrganizationRecommendationSummary-pillarSpecificAggregates"></a>
The pillar aggregations for cost savings  
Type: [RecommendationPillarSpecificAggregates](API_RecommendationPillarSpecificAggregates.md) object  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/trustedadvisor-2022-09-15/OrganizationRecommendationSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/trustedadvisor-2022-09-15/OrganizationRecommendationSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/trustedadvisor-2022-09-15/OrganizationRecommendationSummary) 