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.LambdaEndpointConfig

Description

 
Synopsis

Documentation

data LambdaEndpointConfig Source #

The configuration for the Lambda endpoint type.

See: newLambdaEndpointConfig smart constructor.

Constructors

LambdaEndpointConfig' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the Lambda endpoint.

Instances

Instances details
FromJSON LambdaEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointConfig

Generic LambdaEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointConfig

Associated Types

type Rep LambdaEndpointConfig :: Type -> Type #

Read LambdaEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointConfig

Show LambdaEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointConfig

NFData LambdaEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointConfig

Methods

rnf :: LambdaEndpointConfig -> () #

Eq LambdaEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointConfig

Hashable LambdaEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointConfig

type Rep LambdaEndpointConfig Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointConfig

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

newLambdaEndpointConfig :: LambdaEndpointConfig Source #

Create a value of LambdaEndpointConfig 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:arn:LambdaEndpointConfig', lambdaEndpointConfig_arn - The Amazon Resource Name (ARN) of the Lambda endpoint.

lambdaEndpointConfig_arn :: Lens' LambdaEndpointConfig (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Lambda endpoint.