

# ResourceContent
<a name="API_ResourceContent"></a>

Contains information about resource content.

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

 ** type **   <a name="BedrockAgentCore-Type-ResourceContent-type"></a>
The type of resource content.  
Type: String  
Valid Values: `text | blob`   
Required: Yes

 ** blob **   <a name="BedrockAgentCore-Type-ResourceContent-blob"></a>
The binary resource content.  
Type: Base64-encoded binary data object  
Required: No

 ** mimeType **   <a name="BedrockAgentCore-Type-ResourceContent-mimeType"></a>
The MIME type of the resource content.  
Type: String  
Required: No

 ** text **   <a name="BedrockAgentCore-Type-ResourceContent-text"></a>
The text resource content.  
Type: String  
Required: No

 ** uri **   <a name="BedrockAgentCore-Type-ResourceContent-uri"></a>
The URI of the resource content.  
Type: String  
Required: No

## See Also
<a name="API_ResourceContent_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/bedrock-agentcore-2024-02-28/ResourceContent) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-agentcore-2024-02-28/ResourceContent) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-agentcore-2024-02-28/ResourceContent) 