data class ServiceAlarmsArgs(val alarmNames: Output<List<String>>, val enable: Output<Boolean>, val rollback: Output<Boolean>) : ConvertibleToJava<ServiceAlarmsArgs>
Determines whether to configure Amazon ECS to roll back the service if a service deployment fails. If rollback is used, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.