Class CfnDatasetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotanalytics.CfnDatasetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDatasetProps
@Stability(Stable)
@Internal
public static final class CfnDatasetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetProps
An implementation for
CfnDatasetProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotanalytics.CfnDatasetProps
CfnDatasetProps.Builder, CfnDatasetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDatasetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDatasetProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectTheDatasetActionobjects that automatically create the dataset contents.final ObjectWhen dataset contents are created they are delivered to destinations specified here.final StringThe name of the dataset.final ObjectA list of data rules that send notifications to CloudWatch, when data arrives late.final ObjectOptional.getTags()Metadata which can be used to manage the data set.final ObjectTheDatasetTriggerobjects that specify when the dataset is automatically updated.final ObjectOptional.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDatasetProps.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnDatasetPropsTheDatasetActionobjects that automatically create the dataset contents.- Specified by:
getActionsin interfaceCfnDatasetProps
-
getContentDeliveryRules
Description copied from interface:CfnDatasetPropsWhen dataset contents are created they are delivered to destinations specified here.- Specified by:
getContentDeliveryRulesin interfaceCfnDatasetProps
-
getDatasetName
Description copied from interface:CfnDatasetPropsThe name of the dataset.- Specified by:
getDatasetNamein interfaceCfnDatasetProps
-
getLateDataRules
Description copied from interface:CfnDatasetPropsA list of data rules that send notifications to CloudWatch, when data arrives late.To specify
lateDataRules, the dataset must use a DeltaTimer filter.- Specified by:
getLateDataRulesin interfaceCfnDatasetProps
-
getRetentionPeriod
Description copied from interface:CfnDatasetPropsOptional.How long, in days, message data is kept for the dataset.
- Specified by:
getRetentionPeriodin interfaceCfnDatasetProps
-
getTags
Description copied from interface:CfnDatasetPropsMetadata which can be used to manage the data set.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDatasetProps
-
getTriggers
Description copied from interface:CfnDatasetPropsTheDatasetTriggerobjects that specify when the dataset is automatically updated.- Specified by:
getTriggersin interfaceCfnDatasetProps
-
getVersioningConfiguration
Description copied from interface:CfnDatasetPropsOptional.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
retentionPeriodparameter. For more information, see Keeping Multiple Versions of AWS IoT Analytics datasets in the AWS IoT Analytics User Guide .- Specified by:
getVersioningConfigurationin interfaceCfnDatasetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-