interface StorageFlowNodeS3ConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnFlowPropsMixin.StorageFlowNodeS3ConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnFlowPropsMixin_StorageFlowNodeS3ConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowPropsMixin.StorageFlowNodeS3ConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnFlowPropsMixin.StorageFlowNodeS3ConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnFlowPropsMixin » StorageFlowNodeS3ConfigurationProperty |
Contains configurations for the Amazon S3 location in which to store 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/cfn-property-mixins';
const storageFlowNodeS3ConfigurationProperty: bedrock.CfnFlowPropsMixin.StorageFlowNodeS3ConfigurationProperty = {
bucketName: 'bucketName',
};
Properties
| Name | Type | Description |
|---|---|---|
| bucket | string | The name of the Amazon S3 bucket in which to store the input into the node. |
bucketName?
Type:
string
(optional)
The name of the Amazon S3 bucket in which to store the input into the node.

.NET
Go
Java
Python
TypeScript