| 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.OAM.Types.ListLinksItem
Description
Synopsis
- data ListLinksItem = ListLinksItem' {}
- newListLinksItem :: ListLinksItem
- listLinksItem_arn :: Lens' ListLinksItem (Maybe Text)
- listLinksItem_id :: Lens' ListLinksItem (Maybe Text)
- listLinksItem_label :: Lens' ListLinksItem (Maybe Text)
- listLinksItem_resourceTypes :: Lens' ListLinksItem (Maybe [Text])
- listLinksItem_sinkArn :: Lens' ListLinksItem (Maybe Text)
Documentation
data ListLinksItem Source #
A structure that contains information about one of this source account's links to a monitoring account.
See: newListLinksItem smart constructor.
Constructors
| ListLinksItem' | |
Fields
| |
Instances
newListLinksItem :: ListLinksItem Source #
Create a value of ListLinksItem 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:ListLinksItem', listLinksItem_arn - The ARN of the link.
$sel:id:ListLinksItem', listLinksItem_id - The random ID string that Amazon Web Services generated as part of the
link ARN.
$sel:label:ListLinksItem', listLinksItem_label - The label that was assigned to this link at creation, with the variables
resolved to their actual values.
$sel:resourceTypes:ListLinksItem', listLinksItem_resourceTypes - The resource types supported by this link.
$sel:sinkArn:ListLinksItem', listLinksItem_sinkArn - The ARN of the sink that this link is attached to.
listLinksItem_arn :: Lens' ListLinksItem (Maybe Text) Source #
The ARN of the link.
listLinksItem_id :: Lens' ListLinksItem (Maybe Text) Source #
The random ID string that Amazon Web Services generated as part of the link ARN.
listLinksItem_label :: Lens' ListLinksItem (Maybe Text) Source #
The label that was assigned to this link at creation, with the variables resolved to their actual values.
listLinksItem_resourceTypes :: Lens' ListLinksItem (Maybe [Text]) Source #
The resource types supported by this link.
listLinksItem_sinkArn :: Lens' ListLinksItem (Maybe Text) Source #
The ARN of the sink that this link is attached to.