libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.Types.Outpost

Description

 
Synopsis

Documentation

data Outpost Source #

A data type that represents an Outpost.

For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

See: newOutpost smart constructor.

Constructors

Outpost' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the Outpost.

Instances

Instances details
Eq Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Methods

(==) :: Outpost -> Outpost -> Bool #

(/=) :: Outpost -> Outpost -> Bool #

Read Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Show Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Generic Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Associated Types

type Rep Outpost :: Type -> Type #

Methods

from :: Outpost -> Rep Outpost x #

to :: Rep Outpost x -> Outpost #

NFData Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Methods

rnf :: Outpost -> () #

Hashable Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

Methods

hashWithSalt :: Int -> Outpost -> Int #

hash :: Outpost -> Int #

FromXML Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

type Rep Outpost Source # 
Instance details

Defined in Amazonka.RDS.Types.Outpost

type Rep Outpost = D1 ('MetaData "Outpost" "Amazonka.RDS.Types.Outpost" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "Outpost'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOutpost :: Outpost Source #

Create a value of Outpost 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:Outpost', outpost_arn - The Amazon Resource Name (ARN) of the Outpost.

outpost_arn :: Lens' Outpost (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.