@Stability(value=Stable) @Internal public static final class CfnDatasetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDatasetProps
CfnDatasetPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDatasetProps.Builder, CfnDatasetProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDatasetProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDatasetProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getActions()
The `DatasetAction` objects that automatically create the dataset contents.
|
Object |
getContentDeliveryRules()
When dataset contents are created they are delivered to destinations specified here.
|
String |
getDatasetName()
The name of the dataset.
|
Object |
getLateDataRules()
A list of data rules that send notifications to CloudWatch, when data arrives late.
|
Object |
getRetentionPeriod()
Optional.
|
List<CfnTag> |
getTags()
Metadata which can be used to manage the data set.
|
Object |
getTriggers()
The `DatasetTrigger` objects that specify when the dataset is automatically updated.
|
Object |
getVersioningConfiguration()
Optional.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDatasetProps.Builder builder)
CfnDatasetProps.Builder.public final Object getActions()
CfnDatasetPropsgetActions in interface CfnDatasetPropspublic final Object getContentDeliveryRules()
CfnDatasetPropsgetContentDeliveryRules in interface CfnDatasetPropspublic final String getDatasetName()
CfnDatasetPropsgetDatasetName in interface CfnDatasetPropspublic final Object getLateDataRules()
CfnDatasetProps
To specify lateDataRules , the dataset must use a DeltaTimer filter.
getLateDataRules in interface CfnDatasetPropspublic final Object getRetentionPeriod()
CfnDatasetPropsHow long, in days, message data is kept for the dataset.
getRetentionPeriod in interface CfnDatasetPropspublic final List<CfnTag> getTags()
CfnDatasetPropsFor more information, see Tag .
getTags in interface CfnDatasetPropspublic final Object getTriggers()
CfnDatasetPropsgetTriggers in interface CfnDatasetPropspublic final Object getVersioningConfiguration()
CfnDatasetProps
How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the retentionPeriod parameter. For more information, see Keeping Multiple Versions of AWS IoT Analytics datasets in the AWS IoT Analytics User Guide .
getVersioningConfiguration in interface CfnDatasetProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.