

# ResourceIdentifierSummary
<a name="API_ResourceIdentifierSummary"></a>

Describes the target resources of a specific type in your import template (for example, all `AWS::S3::Bucket` resources) and the properties you can provide during the import to identify resources of that type.

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

 ** LogicalResourceIds.member.N **   
The logical IDs of the target resources of the specified `ResourceType`, as defined in the import template.  
Type: Array of strings  
Array Members: Minimum number of 1 item. Maximum number of 200 items.  
Required: No

 ** ResourceIdentifiers.member.N **   
The resource properties you can provide during the import to identify your target resources. For example, `BucketName` is a possible identifier property for `AWS::S3::Bucket` resources.  
Type: Array of strings  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Required: No

 ** ResourceType **   
The template resource type of the target resources, such as `AWS::S3::Bucket`.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Required: No

## See Also
<a name="API_ResourceIdentifierSummary_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/cloudformation-2010-05-15/ResourceIdentifierSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/cloudformation-2010-05-15/ResourceIdentifierSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/cloudformation-2010-05-15/ResourceIdentifierSummary) 