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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotanalytics.CfnDatasetProps
CfnDatasetProps.Builder, CfnDatasetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDatasetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDatasetProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
TheDatasetAction
objects that automatically create the dataset contents.final Object
When dataset contents are created they are delivered to destinations specified here.final String
The name of the dataset.final Object
A list of data rules that send notifications to CloudWatch, when data arrives late.final Object
Optional.getTags()
Metadata which can be used to manage the data set.final Object
TheDatasetTrigger
objects that specify when the dataset is automatically updated.final Object
Optional.final int
hashCode()
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:CfnDatasetProps
TheDatasetAction
objects that automatically create the dataset contents.- Specified by:
getActions
in interfaceCfnDatasetProps
- See Also:
-
getContentDeliveryRules
Description copied from interface:CfnDatasetProps
When dataset contents are created they are delivered to destinations specified here.- Specified by:
getContentDeliveryRules
in interfaceCfnDatasetProps
- See Also:
-
getDatasetName
Description copied from interface:CfnDatasetProps
The name of the dataset.- Specified by:
getDatasetName
in interfaceCfnDatasetProps
- See Also:
-
getLateDataRules
Description copied from interface:CfnDatasetProps
A 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:
getLateDataRules
in interfaceCfnDatasetProps
- See Also:
-
getRetentionPeriod
Description copied from interface:CfnDatasetProps
Optional.How long, in days, message data is kept for the dataset.
- Specified by:
getRetentionPeriod
in interfaceCfnDatasetProps
- See Also:
-
getTags
Description copied from interface:CfnDatasetProps
Metadata which can be used to manage the data set.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnDatasetProps
- See Also:
-
getTriggers
Description copied from interface:CfnDatasetProps
TheDatasetTrigger
objects that specify when the dataset is automatically updated.- Specified by:
getTriggers
in interfaceCfnDatasetProps
- See Also:
-
getVersioningConfiguration
Description copied from interface:CfnDatasetProps
Optional.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 .- Specified by:
getVersioningConfiguration
in interfaceCfnDatasetProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-