AwsStepFunctions resources in ASFF
The following are examples of the Amazon Security Finding Format (ASFF) syntax for AwsStepFunctions resources.
Amazon Security Hub normalizes findings from various sources into ASFF. For background information about ASFF, see Amazon Security Finding Format (ASFF).
AwsStepFunctionStateMachine
The AwsStepFunctionStateMachine object provides information about an
Amazon Step Functions state machine, which is a workflow consisting of a series of event-driven
steps.
The following example shows the Amazon Security Finding Format (ASFF) for the
AwsStepFunctionStateMachine object. To view descriptions of
AwsStepFunctionStateMachine attributes, see AwsStepFunctionStateMachine in the
Amazon Security Hub API Reference.
Example
"AwsStepFunctionStateMachine": { "StateMachineArn": "arn:aws-cn:states:us-east-1:123456789012:stateMachine:StepFunctionsLogDisableNonCompliantResource-fQLujTeXvwsb", "Name": "StepFunctionsLogDisableNonCompliantResource-fQLujTeXvwsb", "Status": "ACTIVE", "RoleArn": "arn:aws-cn:iam::123456789012:role/teststepfunc-StatesExecutionRole-1PNM71RVO1UKT", "Type": "STANDARD", "LoggingConfiguration": { "Level": "OFF", "IncludeExecutionData": false }, "TracingConfiguration": { "Enabled": false } }