Interface CfnPipeline.DatastoreProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipeline.DatastoreProperty.Jsii$Proxy
- Enclosing class:
CfnPipeline
@Stability(Stable)
public static interface CfnPipeline.DatastoreProperty
extends software.amazon.jsii.JsiiSerializable
The datastore activity that specifies where to store the processed data.
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.iotanalytics.*; DatastoreProperty datastoreProperty = DatastoreProperty.builder() .datastoreName("datastoreName") .name("name") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipeline.DatastoreProperty
static final class
An implementation forCfnPipeline.DatastoreProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatastoreName
The name of the data store where processed messages are stored.- See Also:
-
getName
The name of the datastore activity.- See Also:
-
builder
-