

# MetaFlowAsset
<a name="API_MetaFlowAsset"></a>

Represents a single asset file associated with a WhatsApp Flow, including a presigned download URL.

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

 ** assetType **   <a name="Social-Type-MetaFlowAsset-assetType"></a>
The type of asset. Currently the only supported value is FLOW\_JSON.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 50.  
Required: Yes

 ** downloadUrl **   <a name="Social-Type-MetaFlowAsset-downloadUrl"></a>
A presigned URL from Meta for downloading the asset. The URL expires after a short period.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Required: Yes

 ** name **   <a name="Social-Type-MetaFlowAsset-name"></a>
The filename of the asset (for example, flow.json).  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Required: Yes

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

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/socialmessaging-2024-01-01/MetaFlowAsset) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/socialmessaging-2024-01-01/MetaFlowAsset) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/socialmessaging-2024-01-01/MetaFlowAsset) 