AWS::WorkSpacesWeb::UserAccessLoggingSettingsThis resource specifies user access logging settings that can be associated with a web portal. In order to receive logs from WorkSpaces Secure Browser, you must have an Amazon Kinesis Data Stream that starts with "amazon-workspaces-web-*". Your Amazon Kinesis data stream must either have server-side encryption turned off, or must use AWS managed keys for server-side encryption. For more information about setting server-side encryption in Amazon Kinesis , see [How Do I Get Started with Server-Side Encryption?](https://docs.aws.amazon.com/streams/latest/dev/getting-started-with-sse.html) . For more information about setting up user access logging, see [Set up user access logging](https://docs.aws.amazon.com/workspaces-web/latest/adminguide/user-logging.html) .
import { CfnUserAccessLoggingSettings } from 'aws-cdk-lib/aws-workspacesweb';Or use the module namespace:
import * as workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
// workspacesweb.CfnUserAccessLoggingSettingsConfiguration passed to the constructor as CfnUserAccessLoggingSettingsProps.
kinesisStreamArnRequiredstringThe ARN of the Kinesis stream.
tagsOptionalCfnTag[]The tags to add to the user access logging settings resource. A tag is a key-value pair.
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::UserAccessLoggingSettings