Module Logs.AccountPolicy

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-accountpolicy.html

type properties = {
  1. policy_type : string;
  2. scope : string option;
  3. policy_name : string;
  4. selection_criteria : string option;
  5. 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 ]
type attributes = {
  1. ref_ : string;
  2. account_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string