libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.NetworkManager.Types.Link

Description

 
Synopsis

Documentation

data Link Source #

Describes a link.

See: newLink smart constructor.

Constructors

Link' 

Fields

Instances

newLink :: Link Source #

Create a value of Link 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:state:Link', link_state - The state of the link.

$sel:linkArn:Link', link_linkArn - The Amazon Resource Name (ARN) of the link.

$sel:createdAt:Link', link_createdAt - The date and time that the link was created.

$sel:globalNetworkId:Link', link_globalNetworkId - The ID of the global network.

$sel:bandwidth:Link', link_bandwidth - The bandwidth for the link.

$sel:linkId:Link', link_linkId - The ID of the link.

$sel:type':Link', link_type - The type of the link.

$sel:siteId:Link', link_siteId - The ID of the site.

$sel:description:Link', link_description - The description of the link.

$sel:provider:Link', link_provider - The provider of the link.

$sel:tags:Link', link_tags - The tags for the link.

link_state :: Lens' Link (Maybe LinkState) Source #

The state of the link.

link_linkArn :: Lens' Link (Maybe Text) Source #

The Amazon Resource Name (ARN) of the link.

link_createdAt :: Lens' Link (Maybe UTCTime) Source #

The date and time that the link was created.

link_globalNetworkId :: Lens' Link (Maybe Text) Source #

The ID of the global network.

link_bandwidth :: Lens' Link (Maybe Bandwidth) Source #

The bandwidth for the link.

link_linkId :: Lens' Link (Maybe Text) Source #

The ID of the link.

link_type :: Lens' Link (Maybe Text) Source #

The type of the link.

link_siteId :: Lens' Link (Maybe Text) Source #

The ID of the site.

link_description :: Lens' Link (Maybe Text) Source #

The description of the link.

link_provider :: Lens' Link (Maybe Text) Source #

The provider of the link.

link_tags :: Lens' Link (Maybe [Tag]) Source #

The tags for the link.