Interface CfnExperimentRunPropsMixin.TreatmentOverridesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExperimentRunPropsMixin.TreatmentOverridesProperty.Jsii$Proxy
- Enclosing class:
CfnExperimentRunPropsMixin
@Stability(Stable)
public static interface CfnExperimentRunPropsMixin.TreatmentOverridesProperty
extends software.amazon.jsii.JsiiSerializable
Treatment overrides for specific entities.
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.appconfig.*;
TreatmentOverridesProperty treatmentOverridesProperty = TreatmentOverridesProperty.builder()
.inline(Map.of(
"inlineKey", "inline"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnExperimentRunPropsMixin.TreatmentOverridesPropertystatic final classAn implementation forCfnExperimentRunPropsMixin.TreatmentOverridesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInline
Map of entity ID to treatment key (t1, t2, ..., or c for control).Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- See Also:
-
builder
-