Class CfnCodeInterpreterCustomProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnCodeInterpreterCustomProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeInterpreterCustomProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCodeInterpreterCustomProps
@Stability(Stable)
@Internal
public static final class CfnCodeInterpreterCustomProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeInterpreterCustomProps
An implementation for
CfnCodeInterpreterCustomProps
-
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.CfnCodeInterpreterCustomProps
CfnCodeInterpreterCustomProps.Builder, CfnCodeInterpreterCustomProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCodeInterpreterCustomProps.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
Description of the code interpreter.final String
The ARN of the IAM role.final String
getName()
The name of the sandbox.final Object
Network configuration for code interpreter.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 theCfnCodeInterpreterCustomProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnCodeInterpreterCustomProps
The name of the sandbox.- Specified by:
getName
in interfaceCfnCodeInterpreterCustomProps
- See Also:
-
getNetworkConfiguration
Description copied from interface:CfnCodeInterpreterCustomProps
Network configuration for code interpreter.- Specified by:
getNetworkConfiguration
in interfaceCfnCodeInterpreterCustomProps
- See Also:
-
getDescription
Description copied from interface:CfnCodeInterpreterCustomProps
Description of the code interpreter.- Specified by:
getDescription
in interfaceCfnCodeInterpreterCustomProps
- See Also:
-
getExecutionRoleArn
Description copied from interface:CfnCodeInterpreterCustomProps
The ARN of the IAM role.- Specified by:
getExecutionRoleArn
in interfaceCfnCodeInterpreterCustomProps
- See Also:
-
getTags
Description copied from interface:CfnCodeInterpreterCustomProps
A map of tag keys and values.- Specified by:
getTags
in interfaceCfnCodeInterpreterCustomProps
- 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()
-