Logs.AccountPolicy
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-accountpolicy.html
type properties = {
policy_type : string;
scope : string option;
policy_name : string;
selection_criteria : string option;
policy_document : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-accountpolicy.html;
val make_properties :
policy_type:string ->
?scope:string ->
policy_name:string ->
?selection_criteria:string ->
policy_document:string ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes