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.ListLinksItem

Description

 
Synopsis

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

  • arn :: Maybe Text

    The ARN of the link.

  • id :: Maybe Text

    The random ID string that Amazon Web Services generated as part of the link ARN.

  • label :: Maybe Text

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

  • resourceTypes :: Maybe [Text]

    The resource types supported by this link.

  • sinkArn :: Maybe Text

    The ARN of the sink that this link is attached to.

Instances

Instances details
FromJSON ListLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListLinksItem

Generic ListLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListLinksItem

Associated Types

type Rep ListLinksItem :: Type -> Type #

Read ListLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListLinksItem

Show ListLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListLinksItem

NFData ListLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListLinksItem

Methods

rnf :: ListLinksItem -> () #

Eq ListLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListLinksItem

Hashable ListLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListLinksItem

type Rep ListLinksItem Source # 
Instance details

Defined in Amazonka.OAM.Types.ListLinksItem

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

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_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.