interface StorageFlowNodeConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_bedrock.CfnFlow.StorageFlowNodeConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnFlow_StorageFlowNodeConfigurationProperty |
Java | software.amazon.awscdk.services.bedrock.CfnFlow.StorageFlowNodeConfigurationProperty |
Python | aws_cdk.aws_bedrock.CfnFlow.StorageFlowNodeConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnFlow » StorageFlowNodeConfigurationProperty |
Contains configurations for a Storage node in a flow.
This node stores the input in an Amazon S3 location that you specify.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const storageFlowNodeConfigurationProperty: bedrock.CfnFlow.StorageFlowNodeConfigurationProperty = {
serviceConfiguration: {
s3: {
bucketName: 'bucketName',
},
},
};
Properties
Name | Type | Description |
---|---|---|
service | IResolvable | Storage | Contains configurations for the service to use for storing the input into the node. |
serviceConfiguration
Type:
IResolvable
|
Storage
Contains configurations for the service to use for storing the input into the node.