AWS Fundamentals Logo
AWS Fundamentals
AWS::WorkSpacesWeb::UserSettings

WorkSpacesWeb UserSettings

Definition of AWS::WorkSpacesWeb::UserSettings Resource Type

Properties

15 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
CopyAllowed
string
Required
DownloadAllowed
string
Required
PasteAllowed
string
Required
PrintAllowed
string
Required
UploadAllowed
string
Required
AdditionalEncryptionContext
EncryptionContextMap
BrandingConfiguration
BrandingConfiguration
CookieSynchronizationConfiguration
CookieSynchronizationConfiguration
CustomerManagedKey
string
DeepLinkAllowed
string
DisconnectTimeoutInMinutes
number
IdleDisconnectTimeoutInMinutes
number
Tags
Array<Tag>
ToolbarConfiguration
ToolbarConfiguration
WebAuthnAllowed
string

Return Values

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

AttributeTypeDescription
AssociatedPortalArnsArray<string>-
UserSettingsArnstring-

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

Resources:
  MyResource:
    Type: AWS::WorkSpacesWeb::UserSettings
    Properties:
      CopyAllowed: "value"
      DownloadAllowed: "value"
      PasteAllowed: "value"
      PrintAllowed: "value"
      UploadAllowed: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

workspaces-web:CreateUserSettingsworkspaces-web:GetUserSettingsworkspaces-web:ListTagsForResourceworkspaces-web:TagResourcekms:DescribeKeykms:GenerateDataKeykms:Decryptkms:GenerateDataKeyWithoutPlaintext

read

workspaces-web:GetUserSettingsworkspaces-web:ListTagsForResourcekms:CreateGrantkms:DescribeKeykms:GenerateDataKeykms:Decrypt

update

workspaces-web:UpdateUserSettingsworkspaces-web:TagResourceworkspaces-web:UntagResourceworkspaces-web:GetUserSettingsworkspaces-web:ListTagsForResourcekms:CreateGrantkms:DescribeKeykms:GenerateDataKey

delete

workspaces-web:GetUserSettingsworkspaces-web:DeleteUserSettingskms:CreateGrantkms:DescribeKeykms:GenerateDataKeykms:Decrypt

list

workspaces-web:ListUserSettingskms:CreateGrantkms:DescribeKeykms:GenerateDataKeykms: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
Properties17
Required5
TaggingSupported
Primary IDUserSettingsArn

Supported Operations

CreateReadUpdateDeleteList

External Links