AWS Fundamentals Logo
AWS Fundamentals
AWS::WorkSpacesWeb::BrowserSettings

WorkSpacesWeb BrowserSettings

Definition of AWS::WorkSpacesWeb::BrowserSettings Resource Type

Properties

5 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AdditionalEncryptionContext
EncryptionContextMap
Create-only
BrowserPolicy
string
CustomerManagedKey
string
Create-only
Tags
Array<Tag>
WebContentFilteringPolicy
WebContentFilteringPolicy

Return Values

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

AttributeTypeDescription
AssociatedPortalArnsArray<string>-
BrowserSettingsArnstring-

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

Resources:
  MyResource:
    Type: AWS::WorkSpacesWeb::BrowserSettings
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

workspaces-web:CreateBrowserSettingsworkspaces-web:GetBrowserSettingsworkspaces-web:ListTagsForResourceworkspaces-web:TagResourcekms:DescribeKeykms:GenerateDataKeykms:Decryptkms:GenerateDataKeyWithoutPlaintext

read

workspaces-web:GetBrowserSettingsworkspaces-web:ListBrowserSettingsworkspaces-web:ListTagsForResourcekms:CreateGrantkms:DescribeKeykms:GenerateDataKeykms:Decrypt

update

workspaces-web:UpdateBrowserSettingsworkspaces-web:TagResourceworkspaces-web:UntagResourceworkspaces-web:GetBrowserSettingsworkspaces-web:ListBrowserSettingsworkspaces-web:ListTagsForResourcekms:CreateGrantkms:DescribeKey

delete

workspaces-web:GetBrowserSettingsworkspaces-web:DeleteBrowserSettingskms:CreateGrantkms:DescribeKeykms:GenerateDataKeykms:Decrypt

list

workspaces-web:ListBrowserSettingskms:Decryptkms:DescribeKey

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
Properties7
Required0
TaggingSupported
Primary IDBrowserSettingsArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

AdditionalEncryptionContextCustomerManagedKey

External Links