Class CfnDatasetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetMixinProps
CfnDatasetMixinProps-
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.cfnpropertymixins.services.iotanalytics.CfnDatasetMixinProps
CfnDatasetMixinProps.Builder, CfnDatasetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDatasetMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDatasetMixinProps.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 theCfnDatasetMixinProps.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnDatasetMixinPropsTheDatasetActionobjects that automatically create the dataset contents.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDatasetPropsMixin.ActionProperty>- Specified by:
getActionsin interfaceCfnDatasetMixinProps- See Also:
-
getContentDeliveryRules
Description copied from interface:CfnDatasetMixinPropsWhen dataset contents are created they are delivered to destinations specified here.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDatasetPropsMixin.DatasetContentDeliveryRuleProperty>- Specified by:
getContentDeliveryRulesin interfaceCfnDatasetMixinProps- See Also:
-
getDatasetName
Description copied from interface:CfnDatasetMixinPropsThe name of the dataset.- Specified by:
getDatasetNamein interfaceCfnDatasetMixinProps- See Also:
-
getLateDataRules
Description copied from interface:CfnDatasetMixinPropsA 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: '<'eitherIResolvableorCfnDatasetPropsMixin.LateDataRuleProperty>- Specified by:
getLateDataRulesin interfaceCfnDatasetMixinProps- See Also:
-
getRetentionPeriod
Description copied from interface:CfnDatasetMixinPropsOptional.How long, in days, message data is kept for the dataset.
Returns union: either
IResolvableorCfnDatasetPropsMixin.RetentionPeriodProperty- Specified by:
getRetentionPeriodin interfaceCfnDatasetMixinProps- See Also:
-
getTags
Description copied from interface:CfnDatasetMixinPropsMetadata which can be used to manage the data set.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDatasetMixinProps- See Also:
-
getTriggers
Description copied from interface:CfnDatasetMixinPropsTheDatasetTriggerobjects that specify when the dataset is automatically updated.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDatasetPropsMixin.TriggerProperty>- Specified by:
getTriggersin interfaceCfnDatasetMixinProps- See Also:
-
getVersioningConfiguration
Description copied from interface:CfnDatasetMixinPropsOptional.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 ITA datasets in the ITA User Guide .Returns union: either
IResolvableorCfnDatasetPropsMixin.VersioningConfigurationProperty- Specified by:
getVersioningConfigurationin interfaceCfnDatasetMixinProps- 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()
-