Package-level declarations

Types

Link copied to clipboard
class Alert : KotlinCustomResource

Provides a SLS Alert resource. For information about SLS Alert and how to use it, see What is Alert.

Link copied to clipboard
data class AlertArgs(val alertName: Output<String>? = null, val configuration: Output<AlertConfigurationArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val projectName: Output<String>? = null, val schedule: Output<AlertScheduleArgs>? = null, val status: Output<String>? = null) : ConvertibleToJava<AlertArgs>

Provides a SLS Alert resource. For information about SLS Alert and how to use it, see What is Alert.

Link copied to clipboard

Builder for AlertArgs.

Link copied to clipboard
object AlertMapper : ResourceMapper<Alert>
Link copied to clipboard

Builder for Alert.

Functions

Link copied to clipboard
fun alert(name: String): Alert
suspend fun alert(name: String, block: suspend AlertResourceBuilder.() -> Unit): Alert