Interface CfnFlow.RetrievalFlowNodeS3ConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlow.RetrievalFlowNodeS3ConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFlow
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 class
A builder forCfnFlow.RetrievalFlowNodeS3ConfigurationProperty
static final class
An 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
-