Interface CfnEndpointPropsMixin.AutoRollbackConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEndpointPropsMixin.AutoRollbackConfigProperty.Jsii$Proxy
- Enclosing class:
CfnEndpointPropsMixin
@Stability(Stable)
public static interface CfnEndpointPropsMixin.AutoRollbackConfigProperty
extends software.amazon.jsii.JsiiSerializable
Automatic rollback configuration for handling endpoint deployment failures and recovery.
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.sagemaker.*;
AutoRollbackConfigProperty autoRollbackConfigProperty = AutoRollbackConfigProperty.builder()
.alarms(List.of(AlarmProperty.builder()
.alarmName("alarmName")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEndpointPropsMixin.AutoRollbackConfigPropertystatic final classAn implementation forCfnEndpointPropsMixin.AutoRollbackConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarms
List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.If any alarms are tripped during a deployment, SageMaker rolls back the deployment.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEndpointPropsMixin.AlarmProperty>- See Also:
-
builder
-