KinesisAnalyticsV2.ApplicationCloudWatchLoggingOption
see 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 ->
properties
val make_cloud_watch_logging_option :
log_stream_arn:string ->
unit ->
cloud_watch_logging_option
val 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