Interface for AWS Step Functions configuration.

interface SfnConfig {
    stateMachineArn: string;
    accessKeyId?: string;
    region?: string;
    secretAccessKey?: string;
}

Properties

stateMachineArn: string
accessKeyId?: string
region?: string
secretAccessKey?: string

Generated using TypeDoc