Interface CfnFlow.IStorageFlowNodeConfigurationProperty
Contains configurations for a Storage node in a flow.
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStorageFlowNodeConfigurationProperty
Syntax (vb)
Public Interface IStorageFlowNodeConfigurationProperty
Remarks
This node stores the input in an Amazon S3 location that you specify.
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 storageFlowNodeConfigurationProperty = new StorageFlowNodeConfigurationProperty {
ServiceConfiguration = new StorageFlowNodeServiceConfigurationProperty {
S3 = new StorageFlowNodeS3ConfigurationProperty {
BucketName = "bucketName"
}
}
};
Synopsis
Properties
Service |
Contains configurations for the service to use for storing the input into the node. |
Properties
ServiceConfiguration
Contains configurations for the service to use for storing the input into the node.
object ServiceConfiguration { get; }
Property Value
System.