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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CfnCodeInterpreterCustomProps
CfnCodeInterpreterCustomProps.Builder, CfnCodeInterpreterCustomProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCodeInterpreterCustomProps.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 code interpreter description.final StringThe Amazon Resource Name (ARN) of the execution role.final StringgetName()The name of the code interpreter.final ObjectThe network configuration for a code interpreter.getTags()The tags for the code interpreter.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 theCfnCodeInterpreterCustomProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnCodeInterpreterCustomPropsThe name of the code interpreter.- Specified by:
getNamein interfaceCfnCodeInterpreterCustomProps- See Also:
-
getNetworkConfiguration
Description copied from interface:CfnCodeInterpreterCustomPropsThe network configuration for a code interpreter.This structure defines how the code interpreter connects to the network.
Returns union: either
IResolvableorCfnCodeInterpreterCustom.CodeInterpreterNetworkConfigurationProperty- Specified by:
getNetworkConfigurationin interfaceCfnCodeInterpreterCustomProps- See Also:
-
getDescription
Description copied from interface:CfnCodeInterpreterCustomPropsThe code interpreter description.- Specified by:
getDescriptionin interfaceCfnCodeInterpreterCustomProps- See Also:
-
getExecutionRoleArn
Description copied from interface:CfnCodeInterpreterCustomPropsThe Amazon Resource Name (ARN) of the execution role.- Specified by:
getExecutionRoleArnin interfaceCfnCodeInterpreterCustomProps- See Also:
-
getTags
Description copied from interface:CfnCodeInterpreterCustomPropsThe tags for the code interpreter.- Specified by:
getTagsin interfaceCfnCodeInterpreterCustomProps- 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()
-