Interface CfnFlow.IStorageFlowNodeS3ConfigurationProperty
Contains configurations for the Amazon S3 location in which to store the input into the node.
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFlow.IStorageFlowNodeS3ConfigurationProperty
Syntax (vb)
Public Interface CfnFlow.IStorageFlowNodeS3ConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Bedrock;
var storageFlowNodeS3ConfigurationProperty = new StorageFlowNodeS3ConfigurationProperty {
BucketName = "bucketName"
};
Synopsis
Properties
| BucketName | The name of the Amazon S3 bucket in which to store the input into the node. |
Properties
BucketName
The name of the Amazon S3 bucket in which to store the input into the node.
string BucketName { get; }