EventRuleFcParameterArgs

data class EventRuleFcParameterArgs(val arn: Output<String>? = null, val fcParametersId: Output<String>? = null, val functionName: Output<String>? = null, val region: Output<String>? = null, val serviceName: Output<String>? = null) : ConvertibleToJava<EventRuleFcParameterArgs>

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>? = null

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

Link copied to clipboard
val fcParametersId: Output<String>? = null

The ID of the recipient that receives alert notifications.

Link copied to clipboard
val functionName: Output<String>? = null

The name of the function.

Link copied to clipboard
val region: Output<String>? = null

The region where Function Compute is deployed.

Link copied to clipboard
val serviceName: Output<String>? = null

The name of the Function Compute service.

Functions

Link copied to clipboard
open override fun toJava(): EventRuleFcParameterArgs