| 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.Target
Description
Documentation
Information about the Chatbot topics or Chatbot clients associated with a notification rule.
See: newTarget smart constructor.
Constructors
| Target' | |
Fields
| |
Instances
| ToJSON Target Source # | |
Defined in Amazonka.CodeStarNotifications.Types.Target | |
| Generic Target Source # | |
| Show Target Source # | |
| NFData Target Source # | |
Defined in Amazonka.CodeStarNotifications.Types.Target | |
| Eq Target Source # | |
| Hashable Target Source # | |
Defined in Amazonka.CodeStarNotifications.Types.Target | |
| type Rep Target Source # | |
Defined in Amazonka.CodeStarNotifications.Types.Target type Rep Target = D1 ('MetaData "Target" "Amazonka.CodeStarNotifications.Types.Target" "amazonka-codestar-notifications-2.0-1YU4g2Ny2gz2roMHW6JQnw" 'False) (C1 ('MetaCons "Target'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Target 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:Target', target_targetAddress - The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client.
$sel:targetType:Target', target_targetType - The target type. Can be an Chatbot topic or Chatbot client.
- Chatbot topics are specified as
SNS. - Chatbot clients are specified as
AWSChatbotSlack.