URL
Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.
Contents
- hyperlinkName
-
The name or word that's used as a hyperlink to the URL.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
^[\w\W\s\S]*$
Required: No
- link
-
The unique identifier for the internet resource.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 8192.
Pattern:
^(https?:\/\/)?(www\.)?[a-zA-Z0-9-_]+([\.]+[a-zA-Z]+)+[\/\w]*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: