AwsStepFunctions ASFF의 리소스 - AWS Security Hub

AwsStepFunctions ASFF의 리소스

다음은 AwsStepFunctions 리소스에 대한 AWS Security Finding Format(ASFF) 구문의 예제입니다.

AWS Security Hub CSPM은(는) 다양한 소스의 조사 결과를 ASFF로 정규화합니다. ASFF에 대한 배경 정보는 AWS Security Finding Format(ASFF) 섹션을 참조하세요.

AwsStepFunctionStateMachine

AwsStepFunctionStateMachine 객체는 일련의 이벤트 기반 단계로 구성된 워크플로인 AWS Step Functions 상태 시스템에 대한 정보를 제공합니다.

다음 예제에서는 AwsStepFunctionStateMachine 객체의 AWS Security Finding Format(ASFF)을 보여줍니다. AwsStepFunctionStateMachine 속성에 대한 설명을 보려면 AWS Security Hub CSPM 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 } }