Module Events.Archive

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-archive.html

type properties = {
  1. event_pattern : Yojson.Safe.t option;
  2. description : string option;
  3. source_arn : string;
  4. archive_name : string option;
  5. retention_days : int option;
}

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

val make_properties : ?event_pattern:Yojson.Safe.t -> ?description:string -> source_arn:string -> ?archive_name:string -> ?retention_days:int -> 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