ASFF の AwsStepFunctions リソース - AWS Security Hub

ASFF の AwsStepFunctions リソース

次に、AwsStepFunctions リソースの AWS Security Finding 形式 (ASFF) 構文の例を示します。

AWS Security Hub は、さまざまなソースからの結果を ASFF に正規化します。ASFF の背景情報については、「AWS Security Finding 形式」を参照してください。

AwsStepFunctionStateMachine

AwsStepFunctionStateMachine このオブジェクトは、AWS Step Functions 一連のイベント駆動型ステップで構成されるワークフローであるステートマシンに関する情報を提供します。

次の例は、AwsStepFunctionStateMachine オブジェクトの AWS Security Finding 形式 (ASFF) を示しています。AwsStepFunctionStateMachine 属性の詳細については、「AWS Security Hub API リファレンス」の「AwsStepFunctionStateMachine」を参照してください。

"AwsStepFunctionStateMachine": { "StateMachineArn": "arn:aws:states:us-east-1:123456789012:stateMachine:StepFunctionsLogDisableNonCompliantResource-fQLujTeXvwsb", "Name": "StepFunctionsLogDisableNonCompliantResource-fQLujTeXvwsb", "Status": "ACTIVE", "RoleArn": "arn:aws:iam::123456789012:role/teststepfunc-StatesExecutionRole-1PNM71RVO1UKT", "Type": "STANDARD", "LoggingConfiguration": { "Level": "OFF", "IncludeExecutionData": false }, "TracingConfiguration": { "Enabled": false } }