Module KinesisAnalyticsV2.ApplicationCloudWatchLoggingOption

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisanalyticsv2-applicationcloudwatchloggingoption.html

type cloud_watch_logging_option = {
  1. log_stream_arn : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationcloudwatchloggingoption-cloudwatchloggingoption.html

type properties = {
  1. application_name : string;
  2. 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 ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string