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