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.ImageConfigurationInput

Description

 
Synopsis

Documentation

data ImageConfigurationInput Source #

The image configuration.

See: newImageConfigurationInput smart constructor.

Constructors

ImageConfigurationInput' 

Fields

  • imageUri :: Maybe Text

    The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.

Instances

Instances details
ToJSON ImageConfigurationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfigurationInput

Generic ImageConfigurationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfigurationInput

Associated Types

type Rep ImageConfigurationInput :: Type -> Type #

Read ImageConfigurationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfigurationInput

Show ImageConfigurationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfigurationInput

NFData ImageConfigurationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfigurationInput

Methods

rnf :: ImageConfigurationInput -> () #

Eq ImageConfigurationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfigurationInput

Hashable ImageConfigurationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfigurationInput

type Rep ImageConfigurationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.ImageConfigurationInput

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

newImageConfigurationInput :: ImageConfigurationInput Source #

Create a value of ImageConfigurationInput 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:imageUri:ImageConfigurationInput', imageConfigurationInput_imageUri - The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.

imageConfigurationInput_imageUri :: Lens' ImageConfigurationInput (Maybe Text) Source #

The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.