amazonka-serverlessrepo-2.0: Amazon ServerlessApplicationRepository 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.ServerlessApplicationRepository.Types.RollbackConfiguration

Description

 
Synopsis

Documentation

data RollbackConfiguration Source #

This property corresponds to the /AWS CloudFormation RollbackConfiguration/ Data Type.

See: newRollbackConfiguration smart constructor.

Constructors

RollbackConfiguration' 

Fields

Instances

Instances details
ToJSON RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

Generic RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

Associated Types

type Rep RollbackConfiguration :: Type -> Type #

Read RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

Show RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

NFData RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

Methods

rnf :: RollbackConfiguration -> () #

Eq RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

Hashable RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

type Rep RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

type Rep RollbackConfiguration = D1 ('MetaData "RollbackConfiguration" "Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration" "amazonka-serverlessrepo-2.0-DJX7EnU3zce9dFmCiMzat7" 'False) (C1 ('MetaCons "RollbackConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitoringTimeInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "rollbackTriggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RollbackTrigger]))))

newRollbackConfiguration :: RollbackConfiguration Source #

Create a value of RollbackConfiguration 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:monitoringTimeInMinutes:RollbackConfiguration', rollbackConfiguration_monitoringTimeInMinutes - This property corresponds to the content of the same name for the /AWS CloudFormation RollbackConfiguration/ Data Type.

$sel:rollbackTriggers:RollbackConfiguration', rollbackConfiguration_rollbackTriggers - This property corresponds to the content of the same name for the /AWS CloudFormation RollbackConfiguration/ Data Type.

rollbackConfiguration_monitoringTimeInMinutes :: Lens' RollbackConfiguration (Maybe Int) Source #

This property corresponds to the content of the same name for the /AWS CloudFormation RollbackConfiguration/ Data Type.

rollbackConfiguration_rollbackTriggers :: Lens' RollbackConfiguration (Maybe [RollbackTrigger]) Source #

This property corresponds to the content of the same name for the /AWS CloudFormation RollbackConfiguration/ Data Type.