libZSservicesZSamazonka-codedeployZSamazonka-codedeploy
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.CodeDeploy.Types.TriggerConfig

Description

 
Synopsis

Documentation

data TriggerConfig Source #

Information about notification triggers for the deployment group.

See: newTriggerConfig smart constructor.

Constructors

TriggerConfig' 

Fields

Instances

Instances details
Eq TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Read TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Show TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Generic TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Associated Types

type Rep TriggerConfig :: Type -> Type #

NFData TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

Methods

rnf :: TriggerConfig -> () #

Hashable TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

ToJSON TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

FromJSON TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

type Rep TriggerConfig Source # 
Instance details

Defined in Amazonka.CodeDeploy.Types.TriggerConfig

type Rep TriggerConfig = D1 ('MetaData "TriggerConfig" "Amazonka.CodeDeploy.Types.TriggerConfig" "libZSservicesZSamazonka-codedeployZSamazonka-codedeploy" 'False) (C1 ('MetaCons "TriggerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "triggerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "triggerEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TriggerEventType])) :*: S1 ('MetaSel ('Just "triggerTargetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTriggerConfig :: TriggerConfig Source #

Create a value of TriggerConfig 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:triggerName:TriggerConfig', triggerConfig_triggerName - The name of the notification trigger.

$sel:triggerEvents:TriggerConfig', triggerConfig_triggerEvents - The event type or types for which notifications are triggered.

$sel:triggerTargetArn:TriggerConfig', triggerConfig_triggerTargetArn - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

triggerConfig_triggerName :: Lens' TriggerConfig (Maybe Text) Source #

The name of the notification trigger.

triggerConfig_triggerEvents :: Lens' TriggerConfig (Maybe [TriggerEventType]) Source #

The event type or types for which notifications are triggered.

triggerConfig_triggerTargetArn :: Lens' TriggerConfig (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.