MetaFlowAsset
Represents a single asset file associated with a WhatsApp Flow, including a presigned download URL.
Contents
- assetType
-
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 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
-
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
For more information about using this API in one of the language-specific AWS SDKs, see the following: