amazonka-groundstation-2.0: Amazon Ground Station 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.GroundStation.Types.EndpointDetails

Description

 
Synopsis

Documentation

data EndpointDetails Source #

Information about the endpoint details.

See: newEndpointDetails smart constructor.

Constructors

EndpointDetails' 

Fields

Instances

Instances details
FromJSON EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

ToJSON EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Generic EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Associated Types

type Rep EndpointDetails :: Type -> Type #

Read EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Show EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

NFData EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Methods

rnf :: EndpointDetails -> () #

Eq EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

Hashable EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

type Rep EndpointDetails Source # 
Instance details

Defined in Amazonka.GroundStation.Types.EndpointDetails

type Rep EndpointDetails = D1 ('MetaData "EndpointDetails" "Amazonka.GroundStation.Types.EndpointDetails" "amazonka-groundstation-2.0-CCmZVFTDcPRGN6Gwr7o4th" 'False) (C1 ('MetaCons "EndpointDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataflowEndpoint)) :*: S1 ('MetaSel ('Just "securityDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityDetails))))

newEndpointDetails :: EndpointDetails Source #

Create a value of EndpointDetails 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:endpoint:EndpointDetails', endpointDetails_endpoint - A dataflow endpoint.

$sel:securityDetails:EndpointDetails', endpointDetails_securityDetails - Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.

endpointDetails_securityDetails :: Lens' EndpointDetails (Maybe SecurityDetails) Source #

Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.