amazonka-emr-serverless-2.0: Amazon EMR Serverless 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.EMRServerless.Types.ImageConfiguration

Description

 
Synopsis

Documentation

data ImageConfiguration Source #

The applied image configuration.

See: newImageConfiguration smart constructor.

Constructors

ImageConfiguration' 

Fields

  • resolvedImageDigest :: Maybe Text

    The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.

  • imageUri :: Text

    The image URI.

Instances

Instances details
FromJSON ImageConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfiguration

Generic ImageConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfiguration

Associated Types

type Rep ImageConfiguration :: Type -> Type #

Read ImageConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfiguration

Show ImageConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfiguration

NFData ImageConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfiguration

Methods

rnf :: ImageConfiguration -> () #

Eq ImageConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfiguration

Hashable ImageConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfiguration

type Rep ImageConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfiguration

type Rep ImageConfiguration = D1 ('MetaData "ImageConfiguration" "Amazonka.EMRServerless.Types.ImageConfiguration" "amazonka-emr-serverless-2.0-Zw6ehwruaDFJFsqn31iYt" 'False) (C1 ('MetaCons "ImageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resolvedImageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newImageConfiguration Source #

Create a value of ImageConfiguration 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:resolvedImageDigest:ImageConfiguration', imageConfiguration_resolvedImageDigest - The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.

$sel:imageUri:ImageConfiguration', imageConfiguration_imageUri - The image URI.

imageConfiguration_resolvedImageDigest :: Lens' ImageConfiguration (Maybe Text) Source #

The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.