libZSservicesZSamazonka-serverlessrepoZSamazonka-serverlessrepo
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

Read RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

Show 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 #

NFData RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

Methods

rnf :: RollbackConfiguration -> () #

Hashable RollbackConfiguration Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackConfiguration

ToJSON 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" "libZSservicesZSamazonka-serverlessrepoZSamazonka-serverlessrepo" 'False) (C1 ('MetaCons "RollbackConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rollbackTriggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RollbackTrigger])) :*: S1 ('MetaSel ('Just "monitoringTimeInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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

$sel:monitoringTimeInMinutes:RollbackConfiguration', rollbackConfiguration_monitoringTimeInMinutes - 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.

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

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