Module Chatbot.MicrosoftTeamsChannelConfiguration

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-microsoftteamschannelconfiguration.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. iam_role_arn : string;
  6. team_id : string;
  7. configuration_name : string;
  8. teams_tenant_id : string;
  9. teams_channel_id : string;
}

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

val make_properties : ?user_role_required:bool -> ?logging_level:string -> ?sns_topic_arns:string list -> ?guardrail_policies:string list -> iam_role_arn:string -> team_id:string -> configuration_name:string -> teams_tenant_id:string -> teams_channel_id: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