Events.Archive
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-archive.html
type properties = {
event_pattern : Yojson.Safe.t option;
description : string option;
source_arn : string;
archive_name : string option;
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 ]
val create_attributes : string -> attributes