Container - Amazon GuardDuty
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

Container

Details of a container.

Contents

containerRuntime

The container runtime (such as, Docker or containerd) used to run the container.

Type: String

Required: No

id

Container ID.

Type: String

Required: No

image

Container image.

Type: String

Required: No

imagePrefix

Part of the image name before the last slash. For example, imagePrefix for public.ecr.aws/amazonlinux/amazonlinux:latest would be public.ecr.aws/amazonlinux. If the image name is relative and does not have a slash, this field is empty.

Type: String

Required: No

name

Container name.

Type: String

Required: No

securityContext

Container security context.

Type: SecurityContext object

Required: No

volumeMounts

Container volume mounts.

Type: Array of VolumeMount objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: