Class CfnFlowVersion.InlineCodeFlowNodeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnFlowVersion.InlineCodeFlowNodeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowVersion.InlineCodeFlowNodeConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowVersion.InlineCodeFlowNodeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFlowVersion.InlineCodeFlowNodeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowVersion.InlineCodeFlowNodeConfigurationProperty
An implementation for
CfnFlowVersion.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.CfnFlowVersion.InlineCodeFlowNodeConfigurationProperty
CfnFlowVersion.InlineCodeFlowNodeConfigurationProperty.Builder, CfnFlowVersion.InlineCodeFlowNodeConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlowVersion.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 theCfnFlowVersion.InlineCodeFlowNodeConfigurationProperty.Builder
.
-
-
Method Details
-
getCode
Description copied from interface:CfnFlowVersion.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 interfaceCfnFlowVersion.InlineCodeFlowNodeConfigurationProperty
- See Also:
-
getLanguage
Description copied from interface:CfnFlowVersion.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 interfaceCfnFlowVersion.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()
-