v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@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
access
Key
Id
?:
string
Optional
region
region
?:
string
Optional
secret
Access
Key
secret
Access
Key
?:
string
state
Machine
Arn
state
Machine
Arn
:
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.