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