Uses of Class
software.amazon.awscdk.services.workspacesweb.CfnSessionLogger.Builder
Packages that use CfnSessionLogger.Builder
Package
Description
AWS::WorkSpacesWeb Construct Library
-
Uses of CfnSessionLogger.Builder in software.amazon.awscdk.services.workspacesweb
Methods in software.amazon.awscdk.services.workspacesweb that return CfnSessionLogger.BuilderModifier and TypeMethodDescriptionCfnSessionLogger.Builder.additionalEncryptionContext(Map<String, String> additionalEncryptionContext) The additional encryption context of the session logger.CfnSessionLogger.Builder.additionalEncryptionContext(IResolvable additionalEncryptionContext) The additional encryption context of the session logger.static CfnSessionLogger.BuilderCfnSessionLogger.Builder.customerManagedKey(String customerManagedKey) The custom managed key of the session logger.CfnSessionLogger.Builder.displayName(String displayName) The human-readable display name.CfnSessionLogger.Builder.eventFilter(IResolvable eventFilter) The filter that specifies which events to monitor.CfnSessionLogger.Builder.eventFilter(CfnSessionLogger.EventFilterProperty eventFilter) The filter that specifies which events to monitor.CfnSessionLogger.Builder.logConfiguration(IResolvable logConfiguration) The configuration that specifies where logs are fowarded.CfnSessionLogger.Builder.logConfiguration(CfnSessionLogger.LogConfigurationProperty logConfiguration) The configuration that specifies where logs are fowarded.