| 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.CodeStarNotifications.Types.TargetSummary
Description
Documentation
data TargetSummary Source #
Information about the targets specified for a notification rule.
See: newTargetSummary smart constructor.
Constructors
| TargetSummary' | |
Fields
| |
Instances
newTargetSummary :: TargetSummary Source #
Create a value of TargetSummary 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:targetAddress:TargetSummary', targetSummary_targetAddress - The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
$sel:targetStatus:TargetSummary', targetSummary_targetStatus - The status of the target.
$sel:targetType:TargetSummary', targetSummary_targetType - The type of the target (for example, SNS).
- Chatbot topics are specified as
SNS. - Chatbot clients are specified as
AWSChatbotSlack.
targetSummary_targetAddress :: Lens' TargetSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
targetSummary_targetStatus :: Lens' TargetSummary (Maybe TargetStatus) Source #
The status of the target.
targetSummary_targetType :: Lens' TargetSummary (Maybe Text) Source #
The type of the target (for example, SNS).
- Chatbot topics are specified as
SNS. - Chatbot clients are specified as
AWSChatbotSlack.