Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace FaaSAction

An action that delivers to an Oracle Functions endpoint.

Properties

Const actionType

actionType: string = "FAAS"

Optional description

description: undefined | string

A string that describes the details of the action. It does not have to be unique, and you can change it. Avoid entering confidential information.

Optional functionId

functionId: undefined | string

The OCID of a Function hosted by Oracle Functions Service.

id

id: string

The OCID of the action.

Optional isEnabled

isEnabled: undefined | false | true

Whether or not this action is currently enabled.

Example: {@code true}

lifecycleMessage

lifecycleMessage: string

A message generated by the Events service about the current state of this action.

lifecycleState

lifecycleState: LifecycleState

The current state of the rule.

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Action): object

getJsonObj

  • getJsonObj(obj: Action): object