Module: AWSCDK::BedrockAgentCore::BrowserSigning

Defined in:
bedrock_agent_core/browser_signing.rb

Overview

Browser signing.

Specifies whether browser signing is enabled. When enabled, the browser will cryptographically sign HTTP requests to identify itself as an AI agent to bot control vendors.

Constant Summary collapse

ENABLED =
Deprecated.
Note:

Default:

Browser signing is enabled.

Jsii::Enum.new("aws-cdk-lib.aws_bedrockagentcore.BrowserSigning", "ENABLED")
DISABLED =
Deprecated.
Note:

Default:

Browser signing is disabled.

Jsii::Enum.new("aws-cdk-lib.aws_bedrockagentcore.BrowserSigning", "DISABLED")