java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.bedrock.agentcore.alpha.BrowserCustomBase
software.amazon.awscdk.services.bedrock.agentcore.alpha.BrowserCustom
All Implemented Interfaces:
IEnvironmentAware, IResource, IBrowserCustom, IConnectable, IGrantable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)", date="2026-01-09T10:20:42.319Z") @Stability(Experimental) public class BrowserCustom extends BrowserCustomBase
(experimental) Browser resource for AWS Bedrock Agent Core.

Provides a browser environment for web automation and interaction.

Example:

 BrowserCustom browser = BrowserCustom.Builder.create(this, "BrowserVpcWithRecording")
         .browserCustomName("browser_recording")
         .networkConfiguration(BrowserNetworkConfiguration.usingVpc(this, VpcConfigProps.builder()
                 .vpc(Vpc.Builder.create(this, "VPC").restrictDefaultSecurityGroup(false).build())
                 .build()))
         .build();
 

See Also:
  • Field Details

    • PROPERTY_INJECTION_ID

      @Stability(Experimental) public static final String PROPERTY_INJECTION_ID
      (experimental) Uniquely identifies this class.
  • Constructor Details

    • BrowserCustom

      protected BrowserCustom(software.amazon.jsii.JsiiObjectRef objRef)
    • BrowserCustom

      protected BrowserCustom(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • BrowserCustom

      @Stability(Experimental) public BrowserCustom(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull BrowserCustomProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props - This parameter is required.
  • Method Details

    • fromBrowserCustomAttributes

      @Stability(Experimental) @NotNull public static IBrowserCustom fromBrowserCustomAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull BrowserCustomAttributes attrs)
      (experimental) Creates an Browser Custom reference from an existing browser's attributes.

      Parameters:
      scope -
      • The construct scope.
      This parameter is required.
      id -
      • Identifier of the construct.
      This parameter is required.
      attrs -
      • Attributes of the existing browser custom.
      This parameter is required.
      Returns:
      An IBrowserCustom reference to the existing browser
    • getBrowserArn

      @Stability(Experimental) @NotNull public String getBrowserArn()
      (experimental) The ARN of the browser resource.
      Specified by:
      getBrowserArn in interface IBrowserCustom
      Specified by:
      getBrowserArn in class BrowserCustomBase
    • getBrowserId

      @Stability(Experimental) @NotNull public String getBrowserId()
      (experimental) The id of the browser.
      Specified by:
      getBrowserId in interface IBrowserCustom
      Specified by:
      getBrowserId in class BrowserCustomBase
    • getExecutionRole

      @Stability(Experimental) @NotNull public IRole getExecutionRole()
      (experimental) The IAM role associated to the browser.
      Specified by:
      getExecutionRole in interface IBrowserCustom
      Specified by:
      getExecutionRole in class BrowserCustomBase
    • getGrantPrincipal

      @Stability(Experimental) @NotNull public IPrincipal getGrantPrincipal()
      (experimental) The principal to grant permissions to.
      Specified by:
      getGrantPrincipal in interface IGrantable
      Specified by:
      getGrantPrincipal in class BrowserCustomBase
    • getName

      @Stability(Experimental) @NotNull public String getName()
      (experimental) The name of the browser.
    • getNetworkConfiguration

      @Stability(Experimental) @NotNull public BrowserNetworkConfiguration getNetworkConfiguration()
      (experimental) The network configuration of the browser.
    • getBrowserSigning

      @Stability(Experimental) @Nullable public BrowserSigning getBrowserSigning()
      (experimental) The browser signing configuration of the browser.
    • getCreatedAt

      @Stability(Experimental) @Nullable public String getCreatedAt()
      (experimental) The created timestamp of the browser.
      Specified by:
      getCreatedAt in interface IBrowserCustom
      Specified by:
      getCreatedAt in class BrowserCustomBase
    • getDescription

      @Stability(Experimental) @Nullable public String getDescription()
      (experimental) The description of the browser.
    • getFailureReason

      @Stability(Experimental) @Nullable public String getFailureReason()
      (experimental) The failure reason of the browser.
    • getLastUpdatedAt

      @Stability(Experimental) @Nullable public String getLastUpdatedAt()
      (experimental) The last updated timestamp of the browser.
      Specified by:
      getLastUpdatedAt in interface IBrowserCustom
      Specified by:
      getLastUpdatedAt in class BrowserCustomBase
    • getRecordingConfig

      @Stability(Experimental) @Nullable public RecordingConfig getRecordingConfig()
      (experimental) The recording configuration of the browser.
    • getStatus

      @Stability(Experimental) @Nullable public String getStatus()
      (experimental) The status of the browser.
      Specified by:
      getStatus in interface IBrowserCustom
      Specified by:
      getStatus in class BrowserCustomBase
    • getTags

      @Stability(Experimental) @Nullable public Map<String,String> getTags()
      (experimental) Tags applied to this browser resource A map of key-value pairs for resource tagging.

      Default: - No tags applied