@Stability(value=Stable)
public static interface CfnPipeline.DatastoreProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.DatastoreProperty.Builder
A builder for
CfnPipeline.DatastoreProperty |
static class |
CfnPipeline.DatastoreProperty.Jsii$Proxy
An implementation for
CfnPipeline.DatastoreProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.DatastoreProperty.Builder |
builder() |
String |
getDatastoreName()
The name of the data store where processed messages are stored.
|
String |
getName()
The name of the datastore activity.
|
@Stability(value=Stable) @NotNull String getDatastoreName()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static CfnPipeline.DatastoreProperty.Builder builder()
Copyright © 2022. All rights reserved.