Interface CfnPipelinePropsMixin.DatastoreProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipelinePropsMixin.DatastoreProperty.Jsii$Proxy
Enclosing class:
CfnPipelinePropsMixin

@Stability(Stable) public static interface CfnPipelinePropsMixin.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.cfnpropertymixins.services.iotanalytics.*;
 DatastoreProperty datastoreProperty = DatastoreProperty.builder()
         .datastoreName("datastoreName")
         .name("name")
         .build();
 

See Also: