DeregisterContainerInstanceRequest
Types
Properties
Link copied to clipboard
The container instance ID or full ARN of the container instance to deregister. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide.
Link copied to clipboard
Forces the container instance to be deregistered. If you have tasks running on the container instance when you deregister it with the force option, these tasks remain running until you terminate the instance or the tasks stop through some other means, but they're orphaned (no longer monitored or accounted for by Amazon ECS). If an orphaned task on your container instance is part of an Amazon ECS service, then the service scheduler starts another copy of that task, on a different container instance if possible.
Functions
Link copied to clipboard
inline fun copy(block: DeregisterContainerInstanceRequest.Builder.() -> Unit = {}): DeregisterContainerInstanceRequest