本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
Container ASFF 物件
下列範例顯示 Container
物件 AWS 的安全調查結果格式 (ASFF) 語法。若要檢視Container
屬性的說明,請參閱 AWS Security Hub API參考ContainerDetails中的 。如需 的背景資訊ASFF,請參閱 AWS 安全調查結果格式 (ASFF)。
範例
"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" }] }