Package-level declarations

Types

Link copied to clipboard
class NotificationRule : KotlinCustomResource

Provides a CodeStar Notifications Rule.

Link copied to clipboard
data class NotificationRuleArgs(val detailType: Output<String>? = null, val eventTypeIds: Output<List<String>>? = null, val name: Output<String>? = null, val resource: Output<String>? = null, val status: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val targets: Output<List<NotificationRuleTargetArgs>>? = null) : ConvertibleToJava<NotificationRuleArgs>

Provides a CodeStar Notifications Rule.

Link copied to clipboard
object NotificationRuleMapper : ResourceMapper<NotificationRule>

Functions

Link copied to clipboard