Class CfnDatasetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetProps
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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataset.ActionProperty>- Specified by:
getActionsin interfaceCfnDatasetProps- See Also:
-
getContentDeliveryRules
Description copied from interface:CfnDatasetPropsWhen dataset contents are created they are delivered to destinations specified here.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataset.DatasetContentDeliveryRuleProperty>- Specified by:
getContentDeliveryRulesin interfaceCfnDatasetProps- See Also:
-
getDatasetName
Description copied from interface:CfnDatasetPropsThe name of the dataset.- Specified by:
getDatasetNamein interfaceCfnDatasetProps- See Also:
-
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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataset.LateDataRuleProperty>- Specified by:
getLateDataRulesin interfaceCfnDatasetProps- See Also:
-
getRetentionPeriod
Description copied from interface:CfnDatasetPropsOptional.How long, in days, message data is kept for the dataset.
Returns union: either
IResolvableorCfnDataset.RetentionPeriodProperty- Specified by:
getRetentionPeriodin interfaceCfnDatasetProps- See Also:
-
getTags
Description copied from interface:CfnDatasetPropsMetadata which can be used to manage the data set.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDatasetProps- See Also:
-
getTriggers
Description copied from interface:CfnDatasetPropsTheDatasetTriggerobjects that specify when the dataset is automatically updated.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataset.TriggerProperty>- Specified by:
getTriggersin interfaceCfnDatasetProps- See Also:
-
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 .Returns union: either
IResolvableorCfnDataset.VersioningConfigurationProperty- Specified by:
getVersioningConfigurationin interfaceCfnDatasetProps- See Also:
-
$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()
-