EventRuleSlsParameterArgs

data class EventRuleSlsParameterArgs(val arn: Output<String>? = null, val logStore: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null, val slsParametersId: Output<String>? = null) : ConvertibleToJava<EventRuleSlsParameterArgs>

Constructors

Link copied to clipboard
constructor(arn: Output<String>? = null, logStore: Output<String>? = null, project: Output<String>? = null, region: Output<String>? = null, slsParametersId: 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 logStore: Output<String>? = null

The name of the Simple Log Service Logstore.

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

The name of the Simple Log Service project.

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

The region where Simple Log Service is deployed.

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

The ID of the recipient that receives alert notifications.

Functions

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