AWS Fundamentals Logo
AWS Fundamentals
AWS::WorkSpacesWeb::UserAccessLoggingSettings

WorkSpacesWeb UserAccessLoggingSettings

Definition of AWS::WorkSpacesWeb::UserAccessLoggingSettings Resource Type

Properties

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

Filter:
PropertyTypeFlags
KinesisStreamArn
string
Required
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
AssociatedPortalArnsArray<string>-
UserAccessLoggingSettingsArnstring-

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::UserAccessLoggingSettings

Resources:
  MyResource:
    Type: AWS::WorkSpacesWeb::UserAccessLoggingSettings
    Properties:
      KinesisStreamArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

workspaces-web:CreateUserAccessLoggingSettingsworkspaces-web:GetUserAccessLoggingSettingsworkspaces-web:ListTagsForResourceworkspaces-web:TagResource

read

workspaces-web:GetUserAccessLoggingSettingsworkspaces-web:ListTagsForResource

update

workspaces-web:UpdateUserAccessLoggingSettingsworkspaces-web:TagResourceworkspaces-web:UntagResourceworkspaces-web:GetUserAccessLoggingSettingsworkspaces-web:ListTagsForResourcekinesis:PutRecordkinesis:PutRecords

delete

workspaces-web:GetUserAccessLoggingSettingsworkspaces-web:DeleteUserAccessLoggingSettings

list

workspaces-web:ListUserAccessLoggingSettings

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
Properties4
Required1
TaggingSupported
Primary IDUserAccessLoggingSettingsArn

Supported Operations

CreateReadUpdateDeleteList

External Links