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