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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlowVersion.StorageFlowNodeS3ConfigurationPropertystatic final classAn implementation forCfnFlowVersion.StorageFlowNodeS3ConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The name of the Amazon S3 bucket in which to store the input into the node.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
The name of the Amazon S3 bucket in which to store the input into the node.- See Also:
-
builder
-