amazonka-ssm-incidents-2.0: Amazon Systems Manager Incident Manager 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.SSMIncidents.Types.PagerDutyIncidentConfiguration

Description

 
Synopsis

Documentation

data PagerDutyIncidentConfiguration Source #

Details about the PagerDuty service where the response plan creates an incident.

See: newPagerDutyIncidentConfiguration smart constructor.

Constructors

PagerDutyIncidentConfiguration' 

Fields

  • serviceId :: Text

    The ID of the PagerDuty service that the response plan associates with an incident when it launches.

Instances

Instances details
FromJSON PagerDutyIncidentConfiguration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.PagerDutyIncidentConfiguration

ToJSON PagerDutyIncidentConfiguration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.PagerDutyIncidentConfiguration

Generic PagerDutyIncidentConfiguration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.PagerDutyIncidentConfiguration

Associated Types

type Rep PagerDutyIncidentConfiguration :: Type -> Type #

Read PagerDutyIncidentConfiguration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.PagerDutyIncidentConfiguration

Show PagerDutyIncidentConfiguration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.PagerDutyIncidentConfiguration

NFData PagerDutyIncidentConfiguration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.PagerDutyIncidentConfiguration

Eq PagerDutyIncidentConfiguration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.PagerDutyIncidentConfiguration

Hashable PagerDutyIncidentConfiguration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.PagerDutyIncidentConfiguration

type Rep PagerDutyIncidentConfiguration Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.PagerDutyIncidentConfiguration

type Rep PagerDutyIncidentConfiguration = D1 ('MetaData "PagerDutyIncidentConfiguration" "Amazonka.SSMIncidents.Types.PagerDutyIncidentConfiguration" "amazonka-ssm-incidents-2.0-JEcCJ5TIs2l5vrFa2RYlgd" 'False) (C1 ('MetaCons "PagerDutyIncidentConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPagerDutyIncidentConfiguration Source #

Create a value of PagerDutyIncidentConfiguration 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:serviceId:PagerDutyIncidentConfiguration', pagerDutyIncidentConfiguration_serviceId - The ID of the PagerDuty service that the response plan associates with an incident when it launches.

pagerDutyIncidentConfiguration_serviceId :: Lens' PagerDutyIncidentConfiguration Text Source #

The ID of the PagerDuty service that the response plan associates with an incident when it launches.