Description
Invokes an existing function.
Syntax
Action: ACS::FC::InvokeFunction
Properties:
regionId: String
functionName: String
serviceName: String
invocationType: String
event: String
OOSAssumeRole: StringAttributes
Attribute | Description | Type | Required | Default value | Limit |
regionId | The region ID. | String | No | {{ ACS::RegionId }} | |
functionName | The name of the function to be invoked. | String | Yes | ||
serviceName | The name of the service to be called. | String | Yes | ||
invocationType | The invocation type. | String | No | Sync | |
event | The parameter values of the function script. | String | Yes | ||
OOSAssumeRole | The Resource Access Management (RAM) role assumed by Operation Orchestration Service (OOS). | String | No | OOSServiceRole |
Output
Output item | Description | Type |
data | String |
References
For more information, see ACS::FC::InvokeFunction at GitHub.