// The code below shows an example of how to instantiate this type.// The values are placeholders you should change.import { aws_workspacesweb as workspacesweb } from'aws-cdk-lib';
const logConfigurationProperty: workspacesweb.CfnSessionLogger.LogConfigurationProperty = {
s3: {
bucket: 'bucket',
folderStructure: 'folderStructure',
logFileFormat: 'logFileFormat',
// the properties below are optional
bucketOwner: 'bucketOwner',
keyPrefix: 'keyPrefix',
},
};