Class CfnFlowVersion
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.bedrock.CfnFlowVersion
- All Implemented Interfaces:
IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:39.559Z")
@Stability(Stable)
public class CfnFlowVersion
extends CfnResource
implements IInspectable
Creates a version of the flow that you can deploy.
For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.bedrock.*; CfnFlowVersion cfnFlowVersion = CfnFlowVersion.Builder.create(this, "MyCfnFlowVersion") .flowArn("flowArn") // the properties below are optional .description("description") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Defines an agent node in your flow.static final class
A fluent builder forCfnFlowVersion
.static interface
Defines a condition node in your flow.static interface
The configuration of a connection between a condition node and another node.static interface
Defines a condition in the condition node.static interface
The configuration of the connection.static interface
Contains information about a connection between two nodes in the flow.static interface
The configuration of a connection originating from a node that isn't a Condition node.static interface
The definition of the nodes and connections between nodes in the flow.static interface
Contains configurations for a node in your flow.static interface
Contains configurations for an input to a node.static interface
Contains configurations for an output from a node.static interface
Contains configurations about a node in the flow.static interface
Contains configurations for a knowledge base node in a flow.static interface
Contains configurations for a Lambda function node in the flow.static interface
Contains configurations for a Lex node in the flow.static interface
Contains configurations for a prompt node in the flow.static interface
Contains configurations for a prompt defined inline in the node.static interface
Contains configurations for a prompt from Prompt management to use in a node.static interface
Contains configurations for a prompt and whether it is from Prompt management or defined inline.static interface
Contains inference configurations for the prompt.static interface
Contains information about a variable in the prompt.static interface
Contains inference configurations related to model inference for a prompt.static interface
Contains the message for a prompt.static interface
Contains configurations for a Retrieval node in a flow.static interface
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.static interface
Contains configurations for the service to use for retrieving data to return as the output from the node.static interface
Contains configurations for a Storage node in a flow.static interface
Contains configurations for the Amazon S3 location in which to store the input into the node.static interface
Contains configurations for the service to use for storing the input into the node.static interface
Contains configurations for a text prompt template.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnFlowVersion
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnFlowVersion
(software.amazon.jsii.JsiiObjectRef objRef) CfnFlowVersion
(software.constructs.Construct scope, String id, CfnFlowVersionProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe time at the version was created.A KMS key ARN.Flow definition.The Amazon Resource Name (ARN) of the service role with permissions to create a flow.The unique identifier of the flow.The name of the flow.The status of the flow.The version of the flow.The description of the flow version.The Amazon Resource Name (ARN) of the flow that the version belongs to.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDescription
(String value) The description of the flow version.void
setFlowArn
(String value) The Amazon Resource Name (ARN) of the flow that the version belongs to.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnFlowVersion
protected CfnFlowVersion(software.amazon.jsii.JsiiObjectRef objRef) -
CfnFlowVersion
protected CfnFlowVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnFlowVersion
@Stability(Stable) public CfnFlowVersion(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnFlowVersionProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrCreatedAt
The time at the version was created. -
getAttrCustomerEncryptionKeyArn
A KMS key ARN. -
getAttrDefinition
Flow definition. -
getAttrExecutionRoleArn
The Amazon Resource Name (ARN) of the service role with permissions to create a flow.For more information, see Create a service row for flows in the Amazon Bedrock User Guide.
-
getAttrFlowId
The unique identifier of the flow. -
getAttrName
The name of the flow. -
getAttrStatus
The status of the flow. -
getAttrVersion
The version of the flow. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getFlowArn
The Amazon Resource Name (ARN) of the flow that the version belongs to. -
setFlowArn
The Amazon Resource Name (ARN) of the flow that the version belongs to. -
getDescription
The description of the flow version. -
setDescription
The description of the flow version.
-