amazonka-migration-hub-refactor-spaces-2.0: Amazon Migration Hub Refactor Spaces 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.MigrationHubReFactorSpaces.Types.UrlEndpointConfig

Description

 
Synopsis

Documentation

data UrlEndpointConfig Source #

The configuration for the URL endpoint type.

See: newUrlEndpointConfig smart constructor.

Constructors

UrlEndpointConfig' 

Fields

Instances

Instances details
FromJSON UrlEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.UrlEndpointConfig

Generic UrlEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.UrlEndpointConfig

Associated Types

type Rep UrlEndpointConfig :: Type -> Type #

Read UrlEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.UrlEndpointConfig

Show UrlEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.UrlEndpointConfig

NFData UrlEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.UrlEndpointConfig

Methods

rnf :: UrlEndpointConfig -> () #

Eq UrlEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.UrlEndpointConfig

Hashable UrlEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.UrlEndpointConfig

type Rep UrlEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.UrlEndpointConfig

type Rep UrlEndpointConfig = D1 ('MetaData "UrlEndpointConfig" "Amazonka.MigrationHubReFactorSpaces.Types.UrlEndpointConfig" "amazonka-migration-hub-refactor-spaces-2.0-IgAA0SWWxlS8R7imIzpgpS" 'False) (C1 ('MetaCons "UrlEndpointConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "healthUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUrlEndpointConfig :: UrlEndpointConfig Source #

Create a value of UrlEndpointConfig 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:healthUrl:UrlEndpointConfig', urlEndpointConfig_healthUrl - The health check URL of the URL endpoint type.

$sel:url:UrlEndpointConfig', urlEndpointConfig_url - The HTTP URL endpoint.

urlEndpointConfig_healthUrl :: Lens' UrlEndpointConfig (Maybe Text) Source #

The health check URL of the URL endpoint type.