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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlow.RetrievalFlowNodeS3ConfigurationPropertystatic final classAn implementation forCfnFlow.RetrievalFlowNodeS3ConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The name of the Amazon S3 bucket from which to retrieve data.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
The name of the Amazon S3 bucket from which to retrieve data.- See Also:
-
builder
-