Interface CfnFlowVersion.StorageFlowNodeS3ConfigurationProperty

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

@Stability(Stable) public static interface CfnFlowVersion.StorageFlowNodeS3ConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.bedrock.*;
 StorageFlowNodeS3ConfigurationProperty storageFlowNodeS3ConfigurationProperty = StorageFlowNodeS3ConfigurationProperty.builder()
         .bucketName("bucketName")
         .build();
 

See Also: