SessionLoggerReference
- class aws_cdk.aws_workspacesweb.SessionLoggerReference(*, session_logger_arn)
Bases:
object
A reference to a SessionLogger resource.
- Parameters:
session_logger_arn (
str
) – The SessionLoggerArn of the SessionLogger resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_workspacesweb as workspacesweb session_logger_reference = workspacesweb.SessionLoggerReference( session_logger_arn="sessionLoggerArn" )
Attributes
- session_logger_arn
The SessionLoggerArn of the SessionLogger resource.