Interface CfnFlow.RetrievalFlowNodeS3ConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlow.RetrievalFlowNodeS3ConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnFlow

@Stability(Stable) public static interface CfnFlow.RetrievalFlowNodeS3ConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Contains configurations for the Amazon S3 location from which to retrieve data to return as the output from the node.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrock.*;
 RetrievalFlowNodeS3ConfigurationProperty retrievalFlowNodeS3ConfigurationProperty = RetrievalFlowNodeS3ConfigurationProperty.builder()
         .bucketName("bucketName")
         .build();
 

See Also: