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