Package-level declarations
Types
Link copied to clipboard
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
class AlertArgsBuilder
Builder for AlertArgs.
Link copied to clipboard
Link copied to clipboard
class AlertResourceBuilder
Builder for Alert.
Link copied to clipboard
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
class ScheduledSqlArgsBuilder
Builder for ScheduledSqlArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ScheduledSql.
Functions
Link copied to clipboard
suspend fun scheduledSql(name: String, block: suspend ScheduledSqlResourceBuilder.() -> Unit): ScheduledSql