amazonka-globalaccelerator-2.0: Amazon Global Accelerator 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.GlobalAccelerator.Types.CustomRoutingEndpointDescription

Description

 
Synopsis

Documentation

data CustomRoutingEndpointDescription Source #

A complex type for an endpoint for a custom routing accelerator. Each endpoint group can include one or more endpoints, which are virtual private cloud (VPC) subnets.

See: newCustomRoutingEndpointDescription smart constructor.

Constructors

CustomRoutingEndpointDescription' 

Fields

  • endpointId :: Maybe Text

    An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.

Instances

Instances details
FromJSON CustomRoutingEndpointDescription Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.CustomRoutingEndpointDescription

Generic CustomRoutingEndpointDescription Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.CustomRoutingEndpointDescription

Associated Types

type Rep CustomRoutingEndpointDescription :: Type -> Type #

Read CustomRoutingEndpointDescription Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.CustomRoutingEndpointDescription

Show CustomRoutingEndpointDescription Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.CustomRoutingEndpointDescription

NFData CustomRoutingEndpointDescription Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.CustomRoutingEndpointDescription

Eq CustomRoutingEndpointDescription Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.CustomRoutingEndpointDescription

Hashable CustomRoutingEndpointDescription Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.CustomRoutingEndpointDescription

type Rep CustomRoutingEndpointDescription Source # 
Instance details

Defined in Amazonka.GlobalAccelerator.Types.CustomRoutingEndpointDescription

type Rep CustomRoutingEndpointDescription = D1 ('MetaData "CustomRoutingEndpointDescription" "Amazonka.GlobalAccelerator.Types.CustomRoutingEndpointDescription" "amazonka-globalaccelerator-2.0-5CEURNOKFgU1mORtBGQfFs" 'False) (C1 ('MetaCons "CustomRoutingEndpointDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCustomRoutingEndpointDescription :: CustomRoutingEndpointDescription Source #

Create a value of CustomRoutingEndpointDescription 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:endpointId:CustomRoutingEndpointDescription', customRoutingEndpointDescription_endpointId - An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.

customRoutingEndpointDescription_endpointId :: Lens' CustomRoutingEndpointDescription (Maybe Text) Source #

An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.