Logs.SubscriptionFiltersee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html
type properties = {filter_pattern : string;distribution : string option;log_group_name : string;filter_name : string option;destination_arn : string;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 ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes