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

Description

 
Synopsis

Documentation

data RollbackTrigger Source #

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

See: newRollbackTrigger smart constructor.

Constructors

RollbackTrigger' 

Fields

  • type' :: Text

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

  • arn :: Text

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

Instances

Instances details
Eq RollbackTrigger Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackTrigger

Read RollbackTrigger Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackTrigger

Show RollbackTrigger Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackTrigger

Generic RollbackTrigger Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackTrigger

Associated Types

type Rep RollbackTrigger :: Type -> Type #

NFData RollbackTrigger Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackTrigger

Methods

rnf :: RollbackTrigger -> () #

Hashable RollbackTrigger Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackTrigger

ToJSON RollbackTrigger Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackTrigger

type Rep RollbackTrigger Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.Types.RollbackTrigger

type Rep RollbackTrigger = D1 ('MetaData "RollbackTrigger" "Amazonka.ServerlessApplicationRepository.Types.RollbackTrigger" "libZSservicesZSamazonka-serverlessrepoZSamazonka-serverlessrepo" 'False) (C1 ('MetaCons "RollbackTrigger'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRollbackTrigger Source #

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

$sel:arn:RollbackTrigger', rollbackTrigger_arn - This property corresponds to the content of the same name for the /AWS CloudFormation RollbackTrigger/ Data Type.

rollbackTrigger_type :: Lens' RollbackTrigger Text Source #

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

rollbackTrigger_arn :: Lens' RollbackTrigger Text Source #

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