amazonka-networkmanager-2.0: Amazon Network 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.NetworkManager.Types.GlobalNetwork

Description

 
Synopsis

Documentation

data GlobalNetwork Source #

Describes a global network. This is a single private network acting as a high-level container for your network objects, including an Amazon Web Services-managed Core Network.

See: newGlobalNetwork smart constructor.

Constructors

GlobalNetwork' 

Fields

Instances

Instances details
FromJSON GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

Generic GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

Associated Types

type Rep GlobalNetwork :: Type -> Type #

Read GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

Show GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

NFData GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

Methods

rnf :: GlobalNetwork -> () #

Eq GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

Hashable GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

type Rep GlobalNetwork Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.GlobalNetwork

type Rep GlobalNetwork = D1 ('MetaData "GlobalNetwork" "Amazonka.NetworkManager.Types.GlobalNetwork" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "GlobalNetwork'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "globalNetworkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GlobalNetworkState)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))

newGlobalNetwork :: GlobalNetwork Source #

Create a value of GlobalNetwork 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:createdAt:GlobalNetwork', globalNetwork_createdAt - The date and time that the global network was created.

$sel:description:GlobalNetwork', globalNetwork_description - The description of the global network.

$sel:globalNetworkArn:GlobalNetwork', globalNetwork_globalNetworkArn - The Amazon Resource Name (ARN) of the global network.

$sel:globalNetworkId:GlobalNetwork', globalNetwork_globalNetworkId - The ID of the global network.

$sel:state:GlobalNetwork', globalNetwork_state - The state of the global network.

$sel:tags:GlobalNetwork', globalNetwork_tags - The tags for the global network.

globalNetwork_createdAt :: Lens' GlobalNetwork (Maybe UTCTime) Source #

The date and time that the global network was created.

globalNetwork_description :: Lens' GlobalNetwork (Maybe Text) Source #

The description of the global network.

globalNetwork_globalNetworkArn :: Lens' GlobalNetwork (Maybe Text) Source #

The Amazon Resource Name (ARN) of the global network.

globalNetwork_tags :: Lens' GlobalNetwork (Maybe [Tag]) Source #

The tags for the global network.