amazonka-guardduty-2.0: Amazon GuardDuty SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GuardDuty.Types.Container

Description

 
Synopsis

Documentation

data Container Source #

Details of a container.

See: newContainer smart constructor.

Constructors

Container' 

Fields

Instances

Instances details
FromJSON Container Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Container

Generic Container Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Container

Associated Types

type Rep Container :: Type -> Type #

Read Container Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Container

Show Container Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Container

NFData Container Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Container

Methods

rnf :: Container -> () #

Eq Container Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Container

Hashable Container Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Container

type Rep Container Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Container

newContainer :: Container Source #

Create a value of Container with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:containerRuntime:Container', container_containerRuntime - The container runtime (such as, Docker or containerd) used to run the container.

$sel:id:Container', container_id - Container ID.

$sel:image:Container', container_image - Container image.

$sel:imagePrefix:Container', container_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.

Container, container_name - Container name.

$sel:securityContext:Container', container_securityContext - Container security context.

$sel:volumeMounts:Container', container_volumeMounts - Container volume mounts.

container_containerRuntime :: Lens' Container (Maybe Text) Source #

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

container_imagePrefix :: Lens' Container (Maybe Text) Source #

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.