Class BrowserCustomProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.BrowserCustomProps.Jsii$Proxy
All Implemented Interfaces:
BrowserCustomProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
BrowserCustomProps

@Stability(Stable) @Internal public static final class BrowserCustomProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BrowserCustomProps
An implementation for BrowserCustomProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(BrowserCustomProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the BrowserCustomProps.Builder.
  • Method Details

    • getBrowserCustomName

      public final String getBrowserCustomName()
      Description copied from interface: BrowserCustomProps
      The name of the browser custom tool Valid characters are a-z, A-Z, 0-9, _ (underscore) The name must start with a letter and can be up to 48 characters long Pattern: [a-zA-Z][a-zA-Z0-9_]{0,47}.

      Default: - auto generate

      Specified by:
      getBrowserCustomName in interface BrowserCustomProps
    • getBrowserSigning

      public final BrowserSigning getBrowserSigning()
      Description copied from interface: BrowserCustomProps
      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.

      Default: - BrowserSigning.DISABLED

      Specified by:
      getBrowserSigning in interface BrowserCustomProps
    • getDescription

      public final String getDescription()
      Description copied from interface: BrowserCustomProps
      Optional description for the browser Valid characters are a-z, A-Z, 0-9, _ (underscore), - (hyphen) and spaces The description can have up to 200 characters.

      Default: - No description

      Specified by:
      getDescription in interface BrowserCustomProps
    • getExecutionRole

      public final IRole getExecutionRole()
      Description copied from interface: BrowserCustomProps
      The IAM role that provides permissions for the browser to access AWS services.

      Default: - A new role will be created

      Specified by:
      getExecutionRole in interface BrowserCustomProps
    • getNetworkConfiguration

      public final BrowserNetworkConfiguration getNetworkConfiguration()
      Description copied from interface: BrowserCustomProps
      Network configuration for browser.

      Default: - PUBLIC network mode

      Specified by:
      getNetworkConfiguration in interface BrowserCustomProps
    • getRecordingConfig

      public final RecordingConfig getRecordingConfig()
      Description copied from interface: BrowserCustomProps
      Recording configuration for browser.

      Default: - No recording configuration

      Specified by:
      getRecordingConfig in interface BrowserCustomProps
    • getTags

      public final Map<String,String> getTags()
      Description copied from interface: BrowserCustomProps
      Tags (optional) A list of key:value pairs of tags to apply to this Browser resource.

      Default: {} - no tags

      Specified by:
      getTags in interface BrowserCustomProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object