Container - AWS Security Hub

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

Container

与结果相关的容器详细信息。

以下示例显示了Container对象 AWS 的安全调查结果格式 (ASFF)。要查看Container属性的描述,请参阅 AWS Security Hub API 参考ContainerDetails中的。

示例

"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" }] }