EventRuleOpenApiParameter

data class EventRuleOpenApiParameter(val action: String? = null, val arn: String? = null, val openApiParametersId: String? = null, val product: String? = null, val region: String? = null, val role: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(action: String? = null, arn: String? = null, openApiParametersId: String? = null, product: String? = null, region: String? = null, role: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The API name.

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard

The ID of the recipient that receives alert notifications sent by an API callback.

Link copied to clipboard
val product: String? = null

The ID of the cloud service to which the API operation belongs.

Link copied to clipboard
val region: String? = null

The region where the resource resides.

Link copied to clipboard
val role: String? = null

The name of the role.

Link copied to clipboard
val version: String? = null

The version of the API.