

# ResourceComplianceSummaryItem


Compliance summary information for a specific resource. 

## Contents


 ** ComplianceType **   <a name="systemsmanager-Type-ResourceComplianceSummaryItem-ComplianceType"></a>
The compliance type.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `[A-Za-z0-9_\-]\w+|Custom:[a-zA-Z0-9_\-]\w+`   
Required: No

 ** CompliantSummary **   <a name="systemsmanager-Type-ResourceComplianceSummaryItem-CompliantSummary"></a>
A list of items that are compliant for the resource.  
Type: [CompliantSummary](API_CompliantSummary.md) object  
Required: No

 ** ExecutionSummary **   <a name="systemsmanager-Type-ResourceComplianceSummaryItem-ExecutionSummary"></a>
Information about the execution.  
Type: [ComplianceExecutionSummary](API_ComplianceExecutionSummary.md) object  
Required: No

 ** NonCompliantSummary **   <a name="systemsmanager-Type-ResourceComplianceSummaryItem-NonCompliantSummary"></a>
A list of items that aren't compliant for the resource.  
Type: [NonCompliantSummary](API_NonCompliantSummary.md) object  
Required: No

 ** OverallSeverity **   <a name="systemsmanager-Type-ResourceComplianceSummaryItem-OverallSeverity"></a>
The highest severity item found for the resource. The resource is compliant for this item.  
Type: String  
Valid Values: `CRITICAL | HIGH | MEDIUM | LOW | INFORMATIONAL | UNSPECIFIED`   
Required: No

 ** ResourceId **   <a name="systemsmanager-Type-ResourceComplianceSummaryItem-ResourceId"></a>
The resource ID.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Required: No

 ** ResourceType **   <a name="systemsmanager-Type-ResourceComplianceSummaryItem-ResourceType"></a>
The resource type.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 50.  
Required: No

 ** Status **   <a name="systemsmanager-Type-ResourceComplianceSummaryItem-Status"></a>
The compliance status for the resource.  
Type: String  
Valid Values: `COMPLIANT | NON_COMPLIANT`   
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/ssm-2014-11-06/ResourceComplianceSummaryItem) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ssm-2014-11-06/ResourceComplianceSummaryItem) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ssm-2014-11-06/ResourceComplianceSummaryItem) 