Interface CfnInferenceComponent.AutoRollbackConfigurationProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnInferenceComponent.AutoRollbackConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnInferenceComponent
@Stability(Stable)
public static interface CfnInferenceComponent.AutoRollbackConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
 
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sagemaker.*;
 AutoRollbackConfigurationProperty autoRollbackConfigurationProperty = AutoRollbackConfigurationProperty.builder()
         .alarms(List.of(AlarmProperty.builder()
                 .alarmName("alarmName")
                 .build()))
         .build();
 - See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInferenceComponent.AutoRollbackConfigurationPropertystatic final classAn implementation forCfnInferenceComponent.AutoRollbackConfigurationProperty
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInferenceComponent.AlarmProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getAlarmsReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnInferenceComponent.AlarmProperty>- See Also:
 
- 
builder
 
-