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