AWS::WorkSpacesWeb::SessionLogger EventFilter - AWS CloudFormation

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::WorkSpacesWeb::SessionLogger EventFilter

The filter that specifies the events to monitor.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "All" : Json, "Include" : [ String, ... ] }

YAML

All: Json Include: - String

Properties

All

The filter that monitors all of the available events, including any new events emitted in the future. The All and Include properties are not required, but one of them should be present. {} is a valid input.

Required: No

Type: Json

Update requires: No interruption

Include

The filter that monitors only the listed set of events. New events are not auto-monitored. The All and Include properties are not required, but one of them should be present.

Required: No

Type: Array of String

Minimum: 1

Maximum: 100

Update requires: No interruption