AWS::WorkSpacesWeb::SessionLoggerThe session logger resource.
import { CfnSessionLogger } from 'aws-cdk-lib/aws-workspacesweb';Or use the module namespace:
import * as workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
// workspacesweb.CfnSessionLoggerConfiguration passed to the constructor as CfnSessionLoggerProps.
eventFilterRequiredIResolvable | EventFilterPropertyThe filter that specifies which events to monitor.
logConfigurationRequiredIResolvable | LogConfigurationPropertyThe configuration that specifies where logs are fowarded.
additionalEncryptionContextOptional{ [key: string]: string } | IResolvableThe additional encryption context of the session logger.
customerManagedKeyOptionalstringThe custom managed key of the session logger.
displayNameOptionalstringThe human-readable display name.
tagsOptionalCfnTag[]The tags of the session logger.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-workspaceswebAWS::WorkSpacesWeb::SessionLogger