Module Chatbot.SlackChannelConfiguration

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html

type properties = {
  1. user_role_required : bool option;
  2. logging_level : string option;
  3. sns_topic_arns : string list option;
  4. guardrail_policies : string list option;
  5. slack_workspace_id : string;
  6. slack_channel_id : string;
  7. iam_role_arn : string;
  8. configuration_name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-slackchannelconfiguration.html;

val make_properties : ?user_role_required:bool -> ?logging_level:string -> ?sns_topic_arns:string list -> ?guardrail_policies:string list -> slack_workspace_id:string -> slack_channel_id:string -> iam_role_arn:string -> configuration_name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string