ContainerStateChange
An object that represents a change in state for a container.
Contents
- containerName
-
The name of the container.
Type: String
Required: No
- exitCode
-
The exit code for the container, if the state change is a result of the container exiting.
Type: Integer
Required: No
- imageDigest
-
The container image SHA 256 digest.
Type: String
Required: No
- networkBindings
-
Any network bindings that are associated with the container.
Type: Array of NetworkBinding objects
Required: No
- reason
-
The reason for the state change.
Type: String
Required: No
- runtimeId
-
The ID of the Docker container.
Type: String
Required: No
- status
-
The status of the container.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: