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

Description

 
Synopsis

Documentation

data AutoStartConfig Source #

The configuration for an application to automatically start on job submission.

See: newAutoStartConfig smart constructor.

Constructors

AutoStartConfig' 

Fields

  • enabled :: Maybe Bool

    Enables the application to automatically start on job submission. Defaults to true.

Instances

Instances details
FromJSON AutoStartConfig Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.AutoStartConfig

ToJSON AutoStartConfig Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.AutoStartConfig

Generic AutoStartConfig Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.AutoStartConfig

Associated Types

type Rep AutoStartConfig :: Type -> Type #

Read AutoStartConfig Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.AutoStartConfig

Show AutoStartConfig Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.AutoStartConfig

NFData AutoStartConfig Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.AutoStartConfig

Methods

rnf :: AutoStartConfig -> () #

Eq AutoStartConfig Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.AutoStartConfig

Hashable AutoStartConfig Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.AutoStartConfig

type Rep AutoStartConfig Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.AutoStartConfig

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

newAutoStartConfig :: AutoStartConfig Source #

Create a value of AutoStartConfig 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:enabled:AutoStartConfig', autoStartConfig_enabled - Enables the application to automatically start on job submission. Defaults to true.

autoStartConfig_enabled :: Lens' AutoStartConfig (Maybe Bool) Source #

Enables the application to automatically start on job submission. Defaults to true.