- Navigation Guide
@aws-sdk/client-sfn
TestStateCommandInput Interface
Members
Name | Type | Details |
---|---|---|
definition Required | string | undefined | The Amazon States Language (ASL) definition of the state. |
input | string | undefined | A string that contains the JSON input data for the state. |
inspectionLevel | InspectionLevel | undefined | Determines the values to return when a state is tested. You can specify one of the following types:
Each of these levels also provide information about the status of the state execution and the next state to transition to. |
revealSecrets | boolean | undefined | Specifies whether or not to include secret information in the test result. For HTTP Tasks, a secret includes the data that an EventBridge connection adds to modify the HTTP request headers, query parameters, and body. Step Functions doesn't omit any information included in the state definition or the HTTP response. If you set By default, |
roleArn | string | undefined | The Amazon Resource Name (ARN) of the execution role with the required IAM permissions for the state. |
variables | string | undefined | JSON object literal that sets variables used in the state under test. Object keys are the variable names and values are the variable values. |
Full Signature
export interface TestStateCommandInput extends TestStateInput