This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::KinesisAnalyticsV2::Application ZeppelinMonitoringConfiguration
Describes configuration parameters for Amazon CloudWatch logging for a Kinesis Data Analytics Studio notebook. For more information about CloudWatch logging, see Monitoring.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "LogLevel" :String}
YAML
LogLevel:String
Properties
LogLevel-
The verbosity of the CloudWatch Logs for an application. You can set it to
INFO,WARN,ERROR, orDEBUG.Required: No
Type: String
Allowed values:
DEBUG | INFO | WARN | ERRORUpdate requires: No interruption