SessionLoggerReference
- class aws_cdk.interfaces.aws_workspacesweb.SessionLoggerReference(*, session_logger_arn)
Bases:
objectA 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.interfaces import aws_workspacesweb as interfaces_aws_workspacesweb session_logger_reference = interfaces_aws_workspacesweb.SessionLoggerReference( session_logger_arn="sessionLoggerArn" )
Attributes
- session_logger_arn
The SessionLoggerArn of the SessionLogger resource.