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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnFlow.InlineCodeFlowNodeConfigurationProperty
CfnFlow.InlineCodeFlowNodeConfigurationProperty.Builder, CfnFlow.InlineCodeFlowNodeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.InlineCodeFlowNodeConfigurationProperty.Builder.protectedJsii$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.InlineCodeFlowNodeConfigurationPropertyThe 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
languagethat you specify.- Specified by:
getCodein interfaceCfnFlow.InlineCodeFlowNodeConfigurationProperty- See Also:
-
getLanguage
Description copied from interface:CfnFlow.InlineCodeFlowNodeConfigurationPropertyThe programming language used by your inline code node.The code must be valid in the programming
languagethat you specify. Currently, only Python 3 (Python_3) is supported.- Specified by:
getLanguagein interfaceCfnFlow.InlineCodeFlowNodeConfigurationProperty- 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()
-