The operation that is defined by the custom action.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"NavigationOperation" : CustomActionNavigationOperation
,
"SetParametersOperation" : CustomActionSetParametersOperation
,
"URLOperation" : CustomActionURLOperation
}
YAML
NavigationOperation:
CustomActionNavigationOperation
SetParametersOperation:
CustomActionSetParametersOperation
URLOperation:
CustomActionURLOperation
Properties
Property description not available.
Required: No
Type: CustomActionNavigationOperation
Update requires: No interruption
SetParametersOperation
Property description not available.
Required: No
Type: CustomActionSetParametersOperation
Update requires: No interruption
URLOperation
Property description not available.
Required: No
Type: CustomActionURLOperation
Update requires: No interruption