AWS cli documentation change
Summary
Added documentation for retrieving the new 'webContentFilteringPolicy' structure with security filtering details
Security assessment
Documents how to retrieve the security-focused web content filtering policy configuration, but does not indicate any security vulnerability being addressed.
Diff
diff --git a/cli/latest/reference/workspaces-web/get-browser-settings.md b/cli/latest/reference/workspaces-web/get-browser-settings.md index dc4f93837..0bc6f5c08 100644 --- a//cli/latest/reference/workspaces-web/get-browser-settings.md +++ b//cli/latest/reference/workspaces-web/get-browser-settings.md @@ -15 +15 @@ - * [AWS CLI 2.31.35 Command Reference](../../index.html) » + * [AWS CLI 2.31.37 Command Reference](../../index.html) » @@ -279,0 +280,87 @@ browserSettings -> (structure) +> +> webContentFilteringPolicy -> (structure) +> +>> The policy that specifies which URLs end users are allowed to access or which URLs or domain categories they are restricted from accessing for enhanced security. +>> +>> blockedCategories -> (list) +>> +>>> Categories of websites that are blocked on the end user’s browsers. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `100` +>>> + +>>> +>>> (string) +>>> +>>>> Possible values: +>>>> +>>>> * `Cults` +>>>> * `Gambling` +>>>> * `Nudity` +>>>> * `Pornography` +>>>> * `SexEducation` +>>>> * `Tasteless` +>>>> * `Violence` +>>>> * `DownloadSites` +>>>> * `ImageSharing` +>>>> * `PeerToPeer` +>>>> * `StreamingMediaAndDownloads` +>>>> * `GenerativeAI` +>>>> * `CriminalActivity` +>>>> * `Hacking` +>>>> * `HateAndIntolerance` +>>>> * `IllegalDrug` +>>>> * `IllegalSoftware` +>>>> * `SchoolCheating` +>>>> * `SelfHarm` +>>>> * `Weapons` +>>>> * `Chat` +>>>> * `Games` +>>>> * `InstantMessaging` +>>>> * `ProfessionalNetwork` +>>>> * `SocialNetworking` +>>>> * `WebBasedEmail` +>>>> * `ParkedDomains` +>>>> + +>> +>> allowedUrls -> (list) +>> +>>> URLs and domains that are always accessible to end users. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `1000` +>>> + +>>> +>>> (string) +>>> +>>>> Constraints: +>>>> +>>>> * pattern: `((([a-zA-Z][a-zA-Z0-9+.-]*):\/\/(\*|[\w%._\-\+~#=@]+)?(\/[^@\s]*)?(?:\?([^*\s]+(?:\*?)))?)|(\*|[\w%._\-\+~#=@]+\.[\w%._\-\+~#=@]+)(?::(\d{1,5}))?(\/[^@\s]*)?(?:\?([^*\s]+(?:\*?)))?|(([a-zA-Z][a-zA-Z0-9+.-]*):(\/\/)?\*))` +>>>> + +>> +>> blockedUrls -> (list) +>> +>>> URLs and domains that end users cannot access. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `1000` +>>> + +>>> +>>> (string) +>>> +>>>> Constraints: +>>>> +>>>> * pattern: `((([a-zA-Z][a-zA-Z0-9+.-]*):\/\/(\*|[\w%._\-\+~#=@]+)?(\/[^@\s]*)?(?:\?([^*\s]+(?:\*?)))?)|(\*|[\w%._\-\+~#=@]+\.[\w%._\-\+~#=@]+)(?::(\d{1,5}))?(\/[^@\s]*)?(?:\?([^*\s]+(?:\*?)))?|(([a-zA-Z][a-zA-Z0-9+.-]*):(\/\/)?\*))` +>>>> + @@ -291 +378 @@ browserSettings -> (structure) - * [AWS CLI 2.31.35 Command Reference](../../index.html) » + * [AWS CLI 2.31.37 Command Reference](../../index.html) »