| 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.Detective.Types.Graph
Description
Documentation
A behavior graph in Detective.
See: newGraph smart constructor.
Constructors
| Graph' | |
Instances
| FromJSON Graph Source # | |
| Generic Graph Source # | |
| Read Graph Source # | |
| Show Graph Source # | |
| NFData Graph Source # | |
Defined in Amazonka.Detective.Types.Graph | |
| Eq Graph Source # | |
| Hashable Graph Source # | |
Defined in Amazonka.Detective.Types.Graph | |
| type Rep Graph Source # | |
Defined in Amazonka.Detective.Types.Graph type Rep Graph = D1 ('MetaData "Graph" "Amazonka.Detective.Types.Graph" "amazonka-detective-2.0-7OiRDHTBp2P6vp0DOMdDcL" 'False) (C1 ('MetaCons "Graph'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) | |
Create a value of Graph 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:Graph', graph_arn - The ARN of the behavior graph.
$sel:createdTime:Graph', graph_createdTime - The date and time that the behavior graph was created. The value is an
ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.