

# ResourceResult
<a name="API_ResourceResult"></a>

Provides comprehensive details about an AWS resource and its associated security findings.

## Contents
<a name="API_ResourceResult_Contents"></a>

 ** AccountId **   <a name="securityhub-Type-ResourceResult-AccountId"></a>
The AWS account that owns the resource.  
Type: String  
Pattern: `.*\S.*`   
Required: Yes

 ** Region **   <a name="securityhub-Type-ResourceResult-Region"></a>
The AWS Region where the resource is located.  
Type: String  
Pattern: `.*\S.*`   
Required: Yes

 ** ResourceConfig **   <a name="securityhub-Type-ResourceResult-ResourceConfig"></a>
The configuration details of a resource.  
Type: JSON value  
Required: Yes

 ** ResourceDetailCaptureTimeDt **   <a name="securityhub-Type-ResourceResult-ResourceDetailCaptureTimeDt"></a>
The timestamp when information about the resource was captured.  
Type: String  
Pattern: `.*\S.*`   
Required: Yes

 ** ResourceId **   <a name="securityhub-Type-ResourceResult-ResourceId"></a>
The unique identifier for a resource.  
Type: String  
Pattern: `.*\S.*`   
Required: Yes

 ** FindingsSummary **   <a name="securityhub-Type-ResourceResult-FindingsSummary"></a>
An aggregated view of security findings associated with a resource.  
Type: Array of [ResourceFindingsSummary](API_ResourceFindingsSummary.md) objects  
Required: No

 ** ResourceCategory **   <a name="securityhub-Type-ResourceResult-ResourceCategory"></a>
The grouping where the resource belongs.  
Type: String  
Valid Values: `Compute | Database | Storage | Code | AI/ML | Identity | Network | Other`   
Required: No

 ** ResourceCreationTimeDt **   <a name="securityhub-Type-ResourceResult-ResourceCreationTimeDt"></a>
The time when the resource was created.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** ResourceGuid **   <a name="securityhub-Type-ResourceResult-ResourceGuid"></a>
The global identifier used to identify a resource.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** ResourceName **   <a name="securityhub-Type-ResourceResult-ResourceName"></a>
The name of the resource.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** ResourceTags **   <a name="securityhub-Type-ResourceResult-ResourceTags"></a>
The key-value pairs associated with a resource.  
Type: Array of [ResourceTag](API_ResourceTag.md) objects  
Required: No

 ** ResourceType **   <a name="securityhub-Type-ResourceResult-ResourceType"></a>
The type of resource.  
Type: String  
Pattern: `.*\S.*`   
Required: No

## See Also
<a name="API_ResourceResult_SeeAlso"></a>

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/securityhub-2018-10-26/ResourceResult) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/securityhub-2018-10-26/ResourceResult) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/securityhub-2018-10-26/ResourceResult) 