libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator
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.GlobalAccelerator.Types.IpSet

Description

 
Synopsis

Documentation

data IpSet Source #

A complex type for the set of IP addresses for an accelerator.

See: newIpSet smart constructor.

Constructors

IpSet' 

Fields

  • ipFamily :: Maybe Text

    The types of IP addresses included in this IP set.

  • ipAddresses :: Maybe [Text]

    The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

Instances

Instances details
Eq IpSet Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.IpSet

Methods

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

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

Read IpSet Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.IpSet

Show IpSet Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.IpSet

Methods

showsPrec :: Int -> IpSet -> ShowS #

show :: IpSet -> String #

showList :: [IpSet] -> ShowS #

Generic IpSet Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.IpSet

Associated Types

type Rep IpSet :: Type -> Type #

Methods

from :: IpSet -> Rep IpSet x #

to :: Rep IpSet x -> IpSet #

NFData IpSet Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.IpSet

Methods

rnf :: IpSet -> () #

Hashable IpSet Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.IpSet

Methods

hashWithSalt :: Int -> IpSet -> Int #

hash :: IpSet -> Int #

FromJSON IpSet Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.IpSet

type Rep IpSet Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.IpSet

type Rep IpSet = D1 ('MetaData "IpSet" "Amazonka.GlobalAccelerator.Types.IpSet" "libZSservicesZSamazonka-globalacceleratorZSamazonka-globalaccelerator" 'False) (C1 ('MetaCons "IpSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipFamily") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newIpSet :: IpSet Source #

Create a value of IpSet 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:ipFamily:IpSet', ipSet_ipFamily - The types of IP addresses included in this IP set.

$sel:ipAddresses:IpSet', ipSet_ipAddresses - The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

ipSet_ipFamily :: Lens' IpSet (Maybe Text) Source #

The types of IP addresses included in this IP set.

ipSet_ipAddresses :: Lens' IpSet (Maybe [Text]) Source #

The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.