Class CfnBrowserCustomProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnBrowserCustomProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBrowserCustomProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBrowserCustomProps
@Stability(Stable)
@Internal
public static final class CfnBrowserCustomProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBrowserCustomProps
An implementation for
CfnBrowserCustomProps-
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.CfnBrowserCustomProps
CfnBrowserCustomProps.Builder, CfnBrowserCustomProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnBrowserCustomProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBrowserCustomProps.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 ObjectBrowser signing configuration.final StringThe custom browser.final StringThe Amazon Resource Name (ARN) of the execution role.final StringgetName()The name of the custom browser.final ObjectThe network configuration for a code interpreter.final ObjectTHe custom browser configuration.getTags()The tags for the custom browser.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 theCfnBrowserCustomProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnBrowserCustomPropsThe name of the custom browser.- Specified by:
getNamein interfaceCfnBrowserCustomProps- See Also:
-
getNetworkConfiguration
Description copied from interface:CfnBrowserCustomPropsThe network configuration for a code interpreter.This structure defines how the code interpreter connects to the network.
Returns union: either
IResolvableorCfnBrowserCustom.BrowserNetworkConfigurationProperty- Specified by:
getNetworkConfigurationin interfaceCfnBrowserCustomProps- See Also:
-
getBrowserSigning
Description copied from interface:CfnBrowserCustomPropsBrowser signing configuration.Returns union: either
IResolvableorCfnBrowserCustom.BrowserSigningProperty- Specified by:
getBrowserSigningin interfaceCfnBrowserCustomProps- See Also:
-
getDescription
Description copied from interface:CfnBrowserCustomPropsThe custom browser.- Specified by:
getDescriptionin interfaceCfnBrowserCustomProps- See Also:
-
getExecutionRoleArn
Description copied from interface:CfnBrowserCustomPropsThe Amazon Resource Name (ARN) of the execution role.- Specified by:
getExecutionRoleArnin interfaceCfnBrowserCustomProps- See Also:
-
getRecordingConfig
Description copied from interface:CfnBrowserCustomPropsTHe custom browser configuration.Returns union: either
IResolvableorCfnBrowserCustom.RecordingConfigProperty- Specified by:
getRecordingConfigin interfaceCfnBrowserCustomProps- See Also:
-
getTags
Description copied from interface:CfnBrowserCustomPropsThe tags for the custom browser.- Specified by:
getTagsin interfaceCfnBrowserCustomProps- See Also:
-
$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()
-