

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::Bedrock::FlowVersion RetrievalFlowNodeServiceConfiguration
<a name="aws-properties-bedrock-flowversion-retrievalflownodeserviceconfiguration"></a>

Contains configurations for the service to use for retrieving data to return as the output from the node.

## Syntax
<a name="aws-properties-bedrock-flowversion-retrievalflownodeserviceconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-bedrock-flowversion-retrievalflownodeserviceconfiguration-syntax.json"></a>

```
{
  "[S3](#cfn-bedrock-flowversion-retrievalflownodeserviceconfiguration-s3)" : {{RetrievalFlowNodeS3Configuration}}
}
```

### YAML
<a name="aws-properties-bedrock-flowversion-retrievalflownodeserviceconfiguration-syntax.yaml"></a>

```
  [S3](#cfn-bedrock-flowversion-retrievalflownodeserviceconfiguration-s3): {{
    RetrievalFlowNodeS3Configuration}}
```

## Properties
<a name="aws-properties-bedrock-flowversion-retrievalflownodeserviceconfiguration-properties"></a>

`S3`  <a name="cfn-bedrock-flowversion-retrievalflownodeserviceconfiguration-s3"></a>
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.  
*Required*: No  
*Type*: [RetrievalFlowNodeS3Configuration](aws-properties-bedrock-flowversion-retrievalflownodes3configuration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)