CustomActionURLOperation
The URL operation that opens a link to another webpage.
Contents
Note
In the following list, the required parameters are described first.
- URLTarget
-
The target of the
CustomActionURLOperation
.Valid values are defined as follows:
-
NEW_TAB
: Opens the target URL in a new browser tab. -
NEW_WINDOW
: Opens the target URL in a new browser window. -
SAME_TAB
: Opens the target URL in the same browser tab.
Type: String
Valid Values:
NEW_TAB | NEW_WINDOW | SAME_TAB
Required: Yes
-
- URLTemplate
-
THe URL link of the
CustomActionURLOperation
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: