EventRuleFcParameter

data class EventRuleFcParameter(val arn: String? = null, val fcParametersId: String? = null, val functionName: String? = null, val region: String? = null, val serviceName: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, fcParametersId: String? = null, functionName: String? = null, region: String? = null, serviceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

(Available since v1.211.1) The ARN of the API operation.

Link copied to clipboard
val fcParametersId: String? = null

The ID of the recipient that receives alert notifications.

Link copied to clipboard
val functionName: String? = null

The name of the function.

Link copied to clipboard
val region: String? = null

The region where Function Compute is deployed.

Link copied to clipboard
val serviceName: String? = null

The name of the Function Compute service.