IoTSiteWise.Portal
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-portal-alarms.html
type properties = {
portal_name : string;
portal_auth_mode : string option;
notification_sender_email : string option;
alarms : alarms option;
portal_contact_email : string;
role_arn : string;
portal_description : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html;
val make_properties :
portal_name:string ->
?portal_auth_mode:string ->
?notification_sender_email:string ->
?alarms:alarms ->
portal_contact_email:string ->
role_arn:string ->
?tags:tag list ->
?portal_description:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_alarms :
?notification_lambda_arn:string ->
?alarm_role_arn:string ->
unit ->
alarms
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_alarms : alarms -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes