SupportApp.SlackChannelConfigurationsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html
type properties = {channel_name : string option;notify_on_add_correspondence_to_case : bool option;channel_role_arn : string;notify_on_resolve_case : bool option;notify_on_case_severity : string;team_id : string;channel_id : string;notify_on_create_or_reopen_case : bool option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html;
val make_properties :
?channel_name:string ->
?notify_on_add_correspondence_to_case:bool ->
channel_role_arn:string ->
?notify_on_resolve_case:bool ->
notify_on_case_severity:string ->
team_id:string ->
channel_id:string ->
?notify_on_create_or_reopen_case:bool ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes