langchain.js
Preparing search index...
@langchain/community
tools/aws_sfn
SfnConfig
Interface SfnConfig
Interface for AWS Step Functions configuration.
interface
SfnConfig
{
accessKeyId
?:
string
;
region
?:
string
;
secretAccessKey
?:
string
;
stateMachineArn
:
string
;
}
Index
Properties
access
Key
Id?
region?
secret
Access
Key?
state
Machine
Arn
Properties
Optional
access
Key
Id
accessKeyId
?:
string
Optional
region
region
?:
string
Optional
secret
Access
Key
secretAccessKey
?:
string
state
Machine
Arn
stateMachineArn
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access
Key
Id
region
secret
Access
Key
state
Machine
Arn
langchain.js
Loading...
Interface for AWS Step Functions configuration.