amazonka-elasticache-2.0: Amazon ElastiCache 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.ElastiCache.Types.SubnetOutpost

Description

 
Synopsis

Documentation

data SubnetOutpost Source #

The ID of the outpost subnet.

See: newSubnetOutpost smart constructor.

Constructors

SubnetOutpost' 

Fields

Instances

Instances details
FromXML SubnetOutpost Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SubnetOutpost

Generic SubnetOutpost Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SubnetOutpost

Associated Types

type Rep SubnetOutpost :: Type -> Type #

Read SubnetOutpost Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SubnetOutpost

Show SubnetOutpost Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SubnetOutpost

NFData SubnetOutpost Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SubnetOutpost

Methods

rnf :: SubnetOutpost -> () #

Eq SubnetOutpost Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SubnetOutpost

Hashable SubnetOutpost Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SubnetOutpost

type Rep SubnetOutpost Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.SubnetOutpost

type Rep SubnetOutpost = D1 ('MetaData "SubnetOutpost" "Amazonka.ElastiCache.Types.SubnetOutpost" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "SubnetOutpost'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetOutpostArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSubnetOutpost :: SubnetOutpost Source #

Create a value of SubnetOutpost 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:subnetOutpostArn:SubnetOutpost', subnetOutpost_subnetOutpostArn - The outpost ARN of the subnet.