amazonka-oam-2.0: Amazon CloudWatch Observability Access Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.OAM.Types.ListAttachedLinksItem

Description

 
Synopsis

Documentation

data ListAttachedLinksItem Source #

A structure that contains information about one link attached to this monitoring account sink.

See: newListAttachedLinksItem smart constructor.

Constructors

ListAttachedLinksItem' 

Fields

Instances

Instances details
FromJSON ListAttachedLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListAttachedLinksItem

Generic ListAttachedLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListAttachedLinksItem

Associated Types

type Rep ListAttachedLinksItem :: Type -> Type #

Read ListAttachedLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListAttachedLinksItem

Show ListAttachedLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListAttachedLinksItem

NFData ListAttachedLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListAttachedLinksItem

Methods

rnf :: ListAttachedLinksItem -> () #

Eq ListAttachedLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListAttachedLinksItem

Hashable ListAttachedLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListAttachedLinksItem

type Rep ListAttachedLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListAttachedLinksItem

type Rep ListAttachedLinksItem = D1 ('MetaData "ListAttachedLinksItem" "Amazonka.OAM.Types.ListAttachedLinksItem" "amazonka-oam-2.0-2r3dTellrOe218sRY2Qi5h" 'False) (C1 ('MetaCons "ListAttachedLinksItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "label") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "linkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newListAttachedLinksItem :: ListAttachedLinksItem Source #

Create a value of ListAttachedLinksItem 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:label:ListAttachedLinksItem', listAttachedLinksItem_label - The label that was assigned to this link at creation, with the variables resolved to their actual values.

$sel:linkArn:ListAttachedLinksItem', listAttachedLinksItem_linkArn - The ARN of the link.

$sel:resourceTypes:ListAttachedLinksItem', listAttachedLinksItem_resourceTypes - The resource types supported by this link.

listAttachedLinksItem_label :: Lens' ListAttachedLinksItem (Maybe Text) Source #

The label that was assigned to this link at creation, with the variables resolved to their actual values.

listAttachedLinksItem_resourceTypes :: Lens' ListAttachedLinksItem (Maybe [Text]) Source #

The resource types supported by this link.