AWS Fundamentals Logo
AWS Fundamentals
AWS::WorkSpacesWeb::SessionLogger

WorkSpacesWeb SessionLogger

Definition of AWS::WorkSpacesWeb::SessionLogger Resource Type

Properties

6 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
EventFilter
EventFilter
Required
LogConfiguration
LogConfiguration
Required
AdditionalEncryptionContext
EncryptionContextMap
Create-only
CustomerManagedKey
string
Create-only
DisplayName
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AssociatedPortalArnsArray<string>-
CreationDatestring-
SessionLoggerArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WorkSpacesWeb::SessionLogger

Resources:
  MyResource:
    Type: AWS::WorkSpacesWeb::SessionLogger
    Properties:
      EventFilter: "value"
      LogConfiguration: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

workspaces-web:CreateSessionLoggerworkspaces-web:GetSessionLoggerworkspaces-web:ListSessionLoggersworkspaces-web:ListTagsForResourceworkspaces-web:TagResources3:PutObjectkms:DescribeKeykms:GenerateDataKey

read

workspaces-web:GetSessionLoggerworkspaces-web:ListTagsForResourcekms:Decrypt

update

workspaces-web:UpdateSessionLoggerworkspaces-web:GetSessionLoggerworkspaces-web:ListSessionLoggersworkspaces-web:TagResourceworkspaces-web:UntagResourceworkspaces-web:ListTagsForResources3:PutObjectkms:GenerateDataKey

delete

workspaces-web:GetSessionLoggerworkspaces-web:DeleteSessionLoggerkms:Decrypt

list

workspaces-web:ListSessionLoggerskms:Decrypt

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceWorkSpacesWeb
Properties9
Required2
TaggingSupported
Primary IDSessionLoggerArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AdditionalEncryptionContextCustomerManagedKey

External Links