Interface CfnComputationModelPropsMixin.ComputationModelConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComputationModelPropsMixin.ComputationModelConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnComputationModelPropsMixin
@Stability(Stable)
public static interface CfnComputationModelPropsMixin.ComputationModelConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for the computation model.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.*;
ComputationModelConfigurationProperty computationModelConfigurationProperty = ComputationModelConfigurationProperty.builder()
.anomalyDetection(AnomalyDetectionComputationModelConfigurationProperty.builder()
.inputProperties("inputProperties")
.resultProperty("resultProperty")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnComputationModelPropsMixin.ComputationModelConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnomalyDetection
The configuration for the anomaly detection type of computation model.Returns union: either
IResolvableorCfnComputationModelPropsMixin.AnomalyDetectionComputationModelConfigurationProperty- See Also:
-
builder
@Stability(Stable) static CfnComputationModelPropsMixin.ComputationModelConfigurationProperty.Builder builder()
-