| 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.ItemValue
Description
Synopsis
Documentation
Describes a related item.
See: newItemValue smart constructor.
Constructors
| ItemValue' | |
Fields
| |
Instances
newItemValue :: ItemValue Source #
Create a value of ItemValue 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:arn:ItemValue', itemValue_arn - The Amazon Resource Name (ARN) of the related item, if the related item
is an Amazon resource.
$sel:metricDefinition:ItemValue', itemValue_metricDefinition - The metric definition, if the related item is a metric in Amazon
CloudWatch.
$sel:pagerDutyIncidentDetail:ItemValue', itemValue_pagerDutyIncidentDetail - Details about an incident that is associated with a PagerDuty incident.
$sel:url:ItemValue', itemValue_url - The URL, if the related item is a non-Amazon Web Services resource.
itemValue_arn :: Lens' ItemValue (Maybe Text) Source #
The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource.
itemValue_metricDefinition :: Lens' ItemValue (Maybe Text) Source #
The metric definition, if the related item is a metric in Amazon CloudWatch.
itemValue_pagerDutyIncidentDetail :: Lens' ItemValue (Maybe PagerDutyIncidentDetail) Source #
Details about an incident that is associated with a PagerDuty incident.