Class CodeInterpreterCustomProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CodeInterpreterCustomProps.Jsii$Proxy
- All Implemented Interfaces:
CodeInterpreterCustomProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CodeInterpreterCustomProps
@Stability(Stable)
@Internal
public static final class CodeInterpreterCustomProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CodeInterpreterCustomProps
An implementation for
CodeInterpreterCustomProps-
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.CodeInterpreterCustomProps
CodeInterpreterCustomProps.Builder, CodeInterpreterCustomProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCodeInterpreterCustomProps.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 code interpreter 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 StringOptional description for the code interpreter 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 code interpreter to access AWS services.Network configuration for code interpreter.getTags()Tags (optional) A list of key:value pairs of tags to apply to this Code Interpreter 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 theCodeInterpreterCustomProps.Builder.
-
-
Method Details
-
getCodeInterpreterCustomName
Description copied from interface:CodeInterpreterCustomPropsThe name of the code interpreter 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:
getCodeInterpreterCustomNamein interfaceCodeInterpreterCustomProps
-
getDescription
Description copied from interface:CodeInterpreterCustomPropsOptional description for the code interpreter 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 interfaceCodeInterpreterCustomProps
-
getExecutionRole
Description copied from interface:CodeInterpreterCustomPropsThe IAM role that provides permissions for the code interpreter to access AWS services.Default: - A new role will be created.
- Specified by:
getExecutionRolein interfaceCodeInterpreterCustomProps
-
getNetworkConfiguration
Description copied from interface:CodeInterpreterCustomPropsNetwork configuration for code interpreter.Default: - PUBLIC network mode
- Specified by:
getNetworkConfigurationin interfaceCodeInterpreterCustomProps
-
getTags
Description copied from interface:CodeInterpreterCustomPropsTags (optional) A list of key:value pairs of tags to apply to this Code Interpreter resource.Default: {} - no tags
- Specified by:
getTagsin interfaceCodeInterpreterCustomProps
-
$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()
-