Uses of Interface
software.amazon.awscdk.services.ecs.DeploymentAlarmOptions
Packages that use DeploymentAlarmOptions
-
Uses of DeploymentAlarmOptions in software.amazon.awscdk.services.ecs
Subinterfaces of DeploymentAlarmOptions in software.amazon.awscdk.services.ecsModifier and TypeInterfaceDescriptioninterfaceConfiguration for deployment alarms.Classes in software.amazon.awscdk.services.ecs that implement DeploymentAlarmOptionsModifier and TypeClassDescriptionstatic final classAn implementation forDeploymentAlarmConfigstatic final classAn implementation forDeploymentAlarmOptionsMethods in software.amazon.awscdk.services.ecs that return DeploymentAlarmOptionsModifier and TypeMethodDescriptionDeploymentAlarmOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ecs with parameters of type DeploymentAlarmOptionsModifier and TypeMethodDescriptionvoidBaseService.enableDeploymentAlarms(List<String> alarmNames, DeploymentAlarmOptions options) Enable Deployment Alarms which take advantage of arbitrary alarms and configure them after service initialization.