| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSMIncidents.Types.PagerDutyIncidentDetail
Description
Synopsis
- data PagerDutyIncidentDetail = PagerDutyIncidentDetail' {}
- newPagerDutyIncidentDetail :: Text -> PagerDutyIncidentDetail
- pagerDutyIncidentDetail_autoResolve :: Lens' PagerDutyIncidentDetail (Maybe Bool)
- pagerDutyIncidentDetail_secretId :: Lens' PagerDutyIncidentDetail (Maybe Text)
- pagerDutyIncidentDetail_id :: Lens' PagerDutyIncidentDetail Text
Documentation
data PagerDutyIncidentDetail Source #
Details about the PagerDuty incident associated with an incident created by an Incident Manager response plan.
See: newPagerDutyIncidentDetail smart constructor.
Constructors
| PagerDutyIncidentDetail' | |
Fields
| |
Instances
newPagerDutyIncidentDetail Source #
Arguments
| :: Text | |
| -> PagerDutyIncidentDetail |
Create a value of PagerDutyIncidentDetail 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:autoResolve:PagerDutyIncidentDetail', pagerDutyIncidentDetail_autoResolve - Indicates whether to resolve the PagerDuty incident when you resolve the
associated Incident Manager incident.
$sel:secretId:PagerDutyIncidentDetail', pagerDutyIncidentDetail_secretId - The ID of the Amazon Web Services Secrets Manager secret that stores
your PagerDuty key, either a General Access REST API Key or User Token
REST API Key, and other user credentials.
$sel:id:PagerDutyIncidentDetail', pagerDutyIncidentDetail_id - The ID of the incident associated with the PagerDuty service for the
response plan.
pagerDutyIncidentDetail_autoResolve :: Lens' PagerDutyIncidentDetail (Maybe Bool) Source #
Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.
pagerDutyIncidentDetail_secretId :: Lens' PagerDutyIncidentDetail (Maybe Text) Source #
The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.
pagerDutyIncidentDetail_id :: Lens' PagerDutyIncidentDetail Text Source #
The ID of the incident associated with the PagerDuty service for the response plan.