Interface CfnFlowVersionPropsMixin.RetrievalFlowNodeS3ConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowVersionPropsMixin.RetrievalFlowNodeS3ConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFlowVersionPropsMixin
@Stability(Stable)
public static interface CfnFlowVersionPropsMixin.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.cfnpropertymixins.services.bedrock.*;
RetrievalFlowNodeS3ConfigurationProperty retrievalFlowNodeS3ConfigurationProperty = RetrievalFlowNodeS3ConfigurationProperty.builder()
.bucketName("bucketName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFlowVersionPropsMixin.RetrievalFlowNodeS3ConfigurationProperty -
Method Summary
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
@Stability(Stable) static CfnFlowVersionPropsMixin.RetrievalFlowNodeS3ConfigurationProperty.Builder builder()
-