Backup.ReportPlan
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-reportplan.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-backup-reportplan-reportdeliverychannel.html
and report_setting = {
framework_arns : string list option;
report_template : string;
organization_units : string list option;
regions : string list option;
accounts : string list option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-reportplan-reportsetting.html
type properties = {
report_setting : report_setting;
report_plan_description : string option;
report_plan_name : string option;
report_delivery_channel : report_delivery_channel;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-reportplan.html;
val make_properties :
report_setting:report_setting ->
?report_plan_description:string ->
?report_plan_name:string ->
report_delivery_channel:report_delivery_channel ->
?report_plan_tags:tag list ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_report_delivery_channel :
?s3_key_prefix:string ->
?formats:string list ->
s3_bucket_name:string ->
unit ->
report_delivery_channel
val make_report_setting :
?framework_arns:string list ->
report_template:string ->
?organization_units:string list ->
?regions:string list ->
?accounts:string list ->
unit ->
report_setting
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_report_delivery_channel :
report_delivery_channel ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_report_setting :
report_setting ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes