Class: Aws::WorkSpacesWeb::Types::CookieSynchronizationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

The configuration that specifies which cookies should be synchronized from the end user’s local browser to the remote browser.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowlistArray<Types::CookieSpecification>

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

Returns:



453
454
455
456
457
458
# File 'lib/aws-sdk-workspacesweb/types.rb', line 453

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

#blocklistArray<Types::CookieSpecification>

The list of cookie specifications that are blocked from being synchronized to the remote browser.

Returns:



453
454
455
456
457
458
# File 'lib/aws-sdk-workspacesweb/types.rb', line 453

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