

# ResourceDetails
<a name="API_ResourceDetails"></a>

Returns information about the resource being evaluated.

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

 ** ResourceConfiguration **   <a name="config-Type-ResourceDetails-ResourceConfiguration"></a>
The resource definition to be evaluated as per the resource configuration schema type.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 51200.  
Required: Yes

 ** ResourceId **   <a name="config-Type-ResourceDetails-ResourceId"></a>
A unique resource ID for an evaluation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 768.  
Required: Yes

 ** ResourceType **   <a name="config-Type-ResourceDetails-ResourceType"></a>
The type of resource being evaluated.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Required: Yes

 ** ResourceConfigurationSchemaType **   <a name="config-Type-ResourceDetails-ResourceConfigurationSchemaType"></a>
The schema type of the resource configuration.  
You can find the [Resource type schema](https://docs.amazonaws.cn/cloudformation-cli/latest/userguide/resource-type-schema.html), or `CFN_RESOURCE_SCHEMA`, in "* Amazon public extensions*" within the Amazon CloudFormation registry or with the following CLI commmand: `aws cloudformation describe-type --type-name "AWS::S3::Bucket" --type RESOURCE`.  
For more information, see [Managing extensions through the Amazon CloudFormation registry](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/registry.html#registry-view) and [Amazon resource and property types reference](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html) in the Amazon CloudFormation User Guide.
Type: String  
Valid Values: `CFN_RESOURCE_SCHEMA`   
Required: No

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

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/config-2014-11-12/ResourceDetails) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/config-2014-11-12/ResourceDetails) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/config-2014-11-12/ResourceDetails) 