Module Logs.SubscriptionFilter

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

type properties = {
  1. filter_pattern : string;
  2. distribution : string option;
  3. log_group_name : string;
  4. filter_name : string option;
  5. destination_arn : string;
  6. role_arn : string option;
}

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

val make_properties : filter_pattern:string -> ?distribution:string -> log_group_name:string -> ?filter_name:string -> destination_arn:string -> ?role_arn:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string