Container object in ASFF - AWS Security Hub
This documentation is a draft for private preview for regions in the AWS European Sovereign Cloud. Documentation content will continue to evolve. Published: January 10, 2026.

Container object in ASFF

The following example shows the AWS Security Finding Format (ASFF) syntax for the Container object. To view descriptions of Container attributes, see ContainerDetails in the AWS Security Hub API Reference. For background information about ASFF, see AWS Security Finding Format (ASFF).

Example

"Container": { "ContainerRuntime": "docker", "ImageId": "image12", "ImageName": "1111111/knotejs@sha256:372131c9fef111111111111115f4ed3ea5f9dce4dc3bd34ce21846588a3", "LaunchedAt": "2018-09-29T01:25:54Z", "Name": "knote", "Privileged": true, "VolumeMounts": [{ "Name": "vol-03909e9", "MountPath": "/mnt/etc" }] }