Method: Aws::WorkSpacesWeb::Types::CookieSynchronizationConfiguration#allowlist

Defined in:
lib/aws-sdk-workspacesweb/types.rb

#allowlistArray<Types::CookieSpecification>

The list of cookie specifications that are allowed to be synchronized to the remote browser.

Returns:



639
640
641
642
643
644
# File 'lib/aws-sdk-workspacesweb/types.rb', line 639

class CookieSynchronizationConfiguration < Struct.new(
  :allowlist,
  :blocklist)
  SENSITIVE = []
  include Aws::Structure
end