Deletes a CloudWatch log stream from an application. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
kinesisanalytics_delete_application_cloud_watch_logging_option(
ApplicationName, CurrentApplicationVersionId, CloudWatchLoggingOptionId)
[required] The Kinesis Analytics application name.
[required] The version ID of the Kinesis Analytics application.
[required] The CloudWatchLoggingOptionId
of the CloudWatch logging option to
delete. You can get the CloudWatchLoggingOptionId
by using the
DescribeApplication operation.
svc$delete_application_cloud_watch_logging_option( ApplicationName = "string", CurrentApplicationVersionId = 123, CloudWatchLoggingOptionId = "string" )