interface StorageFlowNodeServiceConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_bedrock.CfnFlow.StorageFlowNodeServiceConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnFlow_StorageFlowNodeServiceConfigurationProperty |
Java | software.amazon.awscdk.services.bedrock.CfnFlow.StorageFlowNodeServiceConfigurationProperty |
Python | aws_cdk.aws_bedrock.CfnFlow.StorageFlowNodeServiceConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnFlow » StorageFlowNodeServiceConfigurationProperty |
Contains configurations for the service to use for storing the input into the node.
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 storageFlowNodeServiceConfigurationProperty: bedrock.CfnFlow.StorageFlowNodeServiceConfigurationProperty = {
s3: {
bucketName: 'bucketName',
},
};
Properties
Name | Type | Description |
---|---|---|
s3? | IResolvable | Storage | Contains configurations for the Amazon S3 location in which to store the input into the node. |
s3?
Type:
IResolvable
|
Storage
(optional)
Contains configurations for the Amazon S3 location in which to store the input into the node.