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-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.BrowserCustomProps
BrowserCustomProps.Builder, BrowserCustomProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BrowserCustomProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBrowserCustomProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe 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}.final BrowserSigningSpecifies whether browser signing is enabled.final StringOptional 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.final IRoleThe IAM role that provides permissions for the browser to access AWS services.Network configuration for browser.final RecordingConfigRecording configuration for browser.getTags()Tags (optional) A list of key:value pairs of tags to apply to this Browser resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theBrowserCustomProps.Builder.
-
-
Method Details
-
getBrowserCustomName
Description copied from interface:BrowserCustomPropsThe 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:
getBrowserCustomNamein interfaceBrowserCustomProps
-
getBrowserSigning
Description copied from interface:BrowserCustomPropsSpecifies 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:
getBrowserSigningin interfaceBrowserCustomProps
-
getDescription
Description copied from interface:BrowserCustomPropsOptional 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:
getDescriptionin interfaceBrowserCustomProps
-
getExecutionRole
Description copied from interface:BrowserCustomPropsThe IAM role that provides permissions for the browser to access AWS services.Default: - A new role will be created
- Specified by:
getExecutionRolein interfaceBrowserCustomProps
-
getNetworkConfiguration
Description copied from interface:BrowserCustomPropsNetwork configuration for browser.Default: - PUBLIC network mode
- Specified by:
getNetworkConfigurationin interfaceBrowserCustomProps
-
getRecordingConfig
Description copied from interface:BrowserCustomPropsRecording configuration for browser.Default: - No recording configuration
- Specified by:
getRecordingConfigin interfaceBrowserCustomProps
-
getTags
Description copied from interface:BrowserCustomPropsTags (optional) A list of key:value pairs of tags to apply to this Browser resource.Default: {} - no tags
- Specified by:
getTagsin interfaceBrowserCustomProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-