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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CfnBrowserCustomProps
CfnBrowserCustomProps.Builder, CfnBrowserCustomProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnBrowserCustomProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBrowserCustomProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The description of the browser.final String
The Amazon Resource Name (ARN) of the IAM role.final String
getName()
The name of the browser.final Object
Network configuration for browser.final Object
Recording configuration for browser.getTags()
A map of tag keys and values.final int
hashCode()
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:CfnBrowserCustomProps
The name of the browser.- Specified by:
getName
in interfaceCfnBrowserCustomProps
- See Also:
-
getNetworkConfiguration
Description copied from interface:CfnBrowserCustomProps
Network configuration for browser.- Specified by:
getNetworkConfiguration
in interfaceCfnBrowserCustomProps
- See Also:
-
getDescription
Description copied from interface:CfnBrowserCustomProps
The description of the browser.- Specified by:
getDescription
in interfaceCfnBrowserCustomProps
- See Also:
-
getExecutionRoleArn
Description copied from interface:CfnBrowserCustomProps
The Amazon Resource Name (ARN) of the IAM role.- Specified by:
getExecutionRoleArn
in interfaceCfnBrowserCustomProps
- See Also:
-
getRecordingConfig
Description copied from interface:CfnBrowserCustomProps
Recording configuration for browser.- Specified by:
getRecordingConfig
in interfaceCfnBrowserCustomProps
- See Also:
-
getTags
Description copied from interface:CfnBrowserCustomProps
A map of tag keys and values.- Specified by:
getTags
in interfaceCfnBrowserCustomProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-