Description
Invokes a Function Compute function.
Syntax
Action: ACS::FC::InvokeFunction
Properties:
regionId: String
functionName: String
serviceName: String
invocationType: String
event: String
OOSAssumeRole: String
Attributes
|
Attribute |
Description |
Type |
Required |
Default value |
Limit |
|
regionId |
The region ID. |
String |
No |
{{ ACS::RegionId }} |
|
|
functionName |
The name of the function. |
String |
Yes |
||
|
serviceName |
The name of the service. |
String |
Yes |
||
|
invocationType |
The invocation type. |
String |
No |
Sync |
|
|
event |
The input parameters passed to the function. |
String |
Yes |
||
|
OOSAssumeRole |
The RAM role assumed by OOS. |
String |
No |
OOSServiceRole |
Output
|
Output item |
Description |
Type |
|
data |
String |
References
For more information, see ACS::FC::InvokeFunction at GitHub.