BrowserSigning

class aws_cdk.aws_bedrock_agentcore_alpha.BrowserSigning(*values)

Bases: Enum

(deprecated) 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.

Deprecated:

Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.

Stability:

deprecated

Attributes

DISABLED

(deprecated) Browser signing is disabled.

Stability:

deprecated

ENABLED

(deprecated) Browser signing is enabled.

Stability:

deprecated