本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
下列範例顯示 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"
}]
}