EventRuleOpenApiParameterArgs

data class EventRuleOpenApiParameterArgs(val action: Output<String>? = null, val arn: Output<String>? = null, val openApiParametersId: Output<String>? = null, val product: Output<String>? = null, val region: Output<String>? = null, val role: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<EventRuleOpenApiParameterArgs>

Constructors

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

Properties

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

The API name.

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 openApiParametersId: Output<String>? = null

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

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

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

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

The region where the resource resides.

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

The name of the role.

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

The version of the API.

Functions

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