Class: Aws::WorkSpacesWeb::Types::CreateBrowserSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateBrowserSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags, :browser_policy]
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ Hash<String,String>
Additional encryption context of the browser settings.
-
#browser_policy ⇒ String
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#customer_managed_key ⇒ String
The custom managed key of the browser settings.
-
#tags ⇒ Array<Types::Tag>
The tags to add to the browser settings resource.
-
#web_content_filtering_policy ⇒ Types::WebContentFilteringPolicy
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.
Instance Attribute Details
#additional_encryption_context ⇒ Hash<String,String>
Additional encryption context of the browser settings.
686 687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 686 class CreateBrowserSettingsRequest < Struct.new( :tags, :customer_managed_key, :additional_encryption_context, :browser_policy, :client_token, :web_content_filtering_policy) SENSITIVE = [:tags, :browser_policy] include Aws::Structure end |
#browser_policy ⇒ String
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
686 687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 686 class CreateBrowserSettingsRequest < Struct.new( :tags, :customer_managed_key, :additional_encryption_context, :browser_policy, :client_token, :web_content_filtering_policy) SENSITIVE = [:tags, :browser_policy] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
686 687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 686 class CreateBrowserSettingsRequest < Struct.new( :tags, :customer_managed_key, :additional_encryption_context, :browser_policy, :client_token, :web_content_filtering_policy) SENSITIVE = [:tags, :browser_policy] include Aws::Structure end |
#customer_managed_key ⇒ String
The custom managed key of the browser settings.
686 687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 686 class CreateBrowserSettingsRequest < Struct.new( :tags, :customer_managed_key, :additional_encryption_context, :browser_policy, :client_token, :web_content_filtering_policy) SENSITIVE = [:tags, :browser_policy] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to add to the browser settings resource. A tag is a key-value pair.
686 687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 686 class CreateBrowserSettingsRequest < Struct.new( :tags, :customer_managed_key, :additional_encryption_context, :browser_policy, :client_token, :web_content_filtering_policy) SENSITIVE = [:tags, :browser_policy] include Aws::Structure end |
#web_content_filtering_policy ⇒ Types::WebContentFilteringPolicy
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.
686 687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 686 class CreateBrowserSettingsRequest < Struct.new( :tags, :customer_managed_key, :additional_encryption_context, :browser_policy, :client_token, :web_content_filtering_policy) SENSITIVE = [:tags, :browser_policy] include Aws::Structure end |