Interface CfnJobPropsMixin.StatisticOverrideProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnJobPropsMixin.StatisticOverrideProperty.Jsii$Proxy
- Enclosing class:
CfnJobPropsMixin
@Stability(Stable)
public static interface CfnJobPropsMixin.StatisticOverrideProperty
extends software.amazon.jsii.JsiiSerializable
Override of a particular evaluation for a profile job.
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.databrew.*;
StatisticOverrideProperty statisticOverrideProperty = StatisticOverrideProperty.builder()
.parameters(Map.of(
"parametersKey", "parameters"))
.statistic("statistic")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnJobPropsMixin.StatisticOverridePropertystatic final classAn implementation forCfnJobPropsMixin.StatisticOverrideProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParameters
A map that includes overrides of an evaluation’s parameters.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
getStatistic
The name of an evaluation.- See Also:
-
builder
-