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.

Link copied to clipboard
class ScheduledSql : KotlinCustomResource

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

Link copied to clipboard
data class ScheduledSqlArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val project: Output<String>? = null, val schedule: Output<ScheduledSqlScheduleArgs>? = null, val scheduledSqlConfiguration: Output<ScheduledSqlScheduledSqlConfigurationArgs>? = null, val scheduledSqlName: Output<String>? = null) : ConvertibleToJava<ScheduledSqlArgs>

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

Link copied to clipboard
Link copied to clipboard
object ScheduledSqlMapper : ResourceMapper<ScheduledSql>
Link copied to clipboard

Functions

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