Package-level declarations

Types

Link copied to clipboard
class NotificationRule : KotlinCustomResource

Resource Type definition for AWS::CodeStarNotifications::NotificationRule

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

Resource Type definition for AWS::CodeStarNotifications::NotificationRule

Link copied to clipboard
object NotificationRuleMapper : ResourceMapper<NotificationRule>

Functions

Link copied to clipboard