Rule Actions Args Builder
class RuleActionsArgsBuilder
Builder for RuleActionsArgs.
Functions
Link copied to clipboard
suspend fun assignContactCategoryActions(vararg values: Output<RuleAssignContactCategoryActionArgs>)
suspend fun assignContactCategoryActions(vararg argument: suspend RuleAssignContactCategoryActionArgsBuilder.() -> Unit)
suspend fun assignContactCategoryActions(argument: List<suspend RuleAssignContactCategoryActionArgsBuilder.() -> Unit>)
suspend fun assignContactCategoryActions(argument: suspend RuleAssignContactCategoryActionArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun eventBridgeActions(vararg argument: suspend RuleEventBridgeActionArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun sendNotificationActions(vararg argument: suspend RuleSendNotificationActionArgsBuilder.() -> Unit)
suspend fun sendNotificationActions(argument: List<suspend RuleSendNotificationActionArgsBuilder.() -> Unit>)
suspend fun sendNotificationActions(argument: suspend RuleSendNotificationActionArgsBuilder.() -> Unit)
Link copied to clipboard