Class CfnFlow.InlineCodeFlowNodeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnFlow.InlineCodeFlowNodeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.InlineCodeFlowNodeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.InlineCodeFlowNodeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.InlineCodeFlowNodeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.InlineCodeFlowNodeConfigurationProperty
An implementation for
CfnFlow.InlineCodeFlowNodeConfigurationProperty
-
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.bedrock.CfnFlow.InlineCodeFlowNodeConfigurationProperty
CfnFlow.InlineCodeFlowNodeConfigurationProperty.Builder, CfnFlow.InlineCodeFlowNodeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.InlineCodeFlowNodeConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnFlow.InlineCodeFlowNodeConfigurationProperty.Builder
.
-
-
Method Details
-
getCode
Description copied from interface:CfnFlow.InlineCodeFlowNodeConfigurationProperty
The code that's executed in your inline code node.The code can access input data from previous nodes in the flow, perform operations on that data, and produce output that can be used by other nodes in your flow.
The code must be valid in the programming
language
that you specify.- Specified by:
getCode
in interfaceCfnFlow.InlineCodeFlowNodeConfigurationProperty
- See Also:
-
getLanguage
Description copied from interface:CfnFlow.InlineCodeFlowNodeConfigurationProperty
The programming language used by your inline code node.The code must be valid in the programming
language
that you specify. Currently, only Python 3 (Python_3
) is supported.- Specified by:
getLanguage
in interfaceCfnFlow.InlineCodeFlowNodeConfigurationProperty
- 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()
-