AWS::WorkSpacesWeb::SessionLogger EventFilter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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