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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/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:



419
420
421
422
423
424
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 419

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:



419
420
421
422
423
424
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 419

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