amazonka-stepfunctions-2.0: Amazon Step Functions 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.StepFunctions.Types.LambdaFunctionScheduledEventDetails

Description

 
Synopsis

Documentation

data LambdaFunctionScheduledEventDetails Source #

Contains details about a Lambda function scheduled during an execution.

See: newLambdaFunctionScheduledEventDetails smart constructor.

Constructors

LambdaFunctionScheduledEventDetails' 

Fields

Instances

Instances details
FromJSON LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

Generic LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

Show LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

NFData LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

Eq LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

Hashable LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

type Rep LambdaFunctionScheduledEventDetails Source # 
Instance details

Defined in Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails

type Rep LambdaFunctionScheduledEventDetails = D1 ('MetaData "LambdaFunctionScheduledEventDetails" "Amazonka.StepFunctions.Types.LambdaFunctionScheduledEventDetails" "amazonka-stepfunctions-2.0-K6z2kqboJVbL1MZX8DUt0f" 'False) (C1 ('MetaCons "LambdaFunctionScheduledEventDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "inputDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HistoryEventExecutionDataDetails))) :*: (S1 ('MetaSel ('Just "taskCredentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskCredentials)) :*: (S1 ('MetaSel ('Just "timeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newLambdaFunctionScheduledEventDetails Source #

Create a value of LambdaFunctionScheduledEventDetails 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:input:LambdaFunctionScheduledEventDetails', lambdaFunctionScheduledEventDetails_input - The JSON data input to the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

$sel:inputDetails:LambdaFunctionScheduledEventDetails', lambdaFunctionScheduledEventDetails_inputDetails - Contains details about input for an execution history event.

$sel:taskCredentials:LambdaFunctionScheduledEventDetails', lambdaFunctionScheduledEventDetails_taskCredentials - The credentials that Step Functions uses for the task.

$sel:timeoutInSeconds:LambdaFunctionScheduledEventDetails', lambdaFunctionScheduledEventDetails_timeoutInSeconds - The maximum allowed duration of the Lambda function.

$sel:resource:LambdaFunctionScheduledEventDetails', lambdaFunctionScheduledEventDetails_resource - The Amazon Resource Name (ARN) of the scheduled Lambda function.

lambdaFunctionScheduledEventDetails_input :: Lens' LambdaFunctionScheduledEventDetails (Maybe Text) Source #

The JSON data input to the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

lambdaFunctionScheduledEventDetails_resource :: Lens' LambdaFunctionScheduledEventDetails Text Source #

The Amazon Resource Name (ARN) of the scheduled Lambda function.