KinesisAnalyticsV2.ApplicationCloudWatchLoggingOptionsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html
type properties = {application_name : string;cloud_watch_logging_option : cloud_watch_logging_option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html;
val make_properties :
application_name:string ->
cloud_watch_logging_option:cloud_watch_logging_option ->
unit ->
propertiesval make_cloud_watch_logging_option :
log_stream_arn:string ->
unit ->
cloud_watch_logging_optionval yojson_of_cloud_watch_logging_option :
cloud_watch_logging_option ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes