AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::WorkSpacesWeb::SessionLogger

CfnSessionLogger

The session logger resource.

Import

import { CfnSessionLogger } from 'aws-cdk-lib/aws-workspacesweb';

Or use the module namespace:

import * as workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
// workspacesweb.CfnSessionLogger

Properties

Configuration passed to the constructor as CfnSessionLoggerProps.

eventFilterRequired
IResolvable | EventFilterProperty

The filter that specifies which events to monitor.

logConfigurationRequired
IResolvable | LogConfigurationProperty

The configuration that specifies where logs are fowarded.

additionalEncryptionContextOptional
{ [key: string]: string } | IResolvable

The additional encryption context of the session logger.

customerManagedKeyOptional
string

The custom managed key of the session logger.

displayNameOptional
string

The human-readable display name.

tagsOptional
CfnTag[]

The tags of the session logger.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-workspacesweb
CFN TypeAWS::WorkSpacesWeb::SessionLogger
Properties6

External Links