Custom Action Attachment Args
data class CustomActionAttachmentArgs(val buttonText: Output<String>? = null, val criteria: Output<List<CustomActionAttachmentCriteriaArgs>>? = null, val notificationType: Output<String>? = null, val variables: Output<Map<String, String>>? = null) : ConvertibleToJava<CustomActionAttachmentArgs>