기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
AwsSecretsManager 의 리소스 ASFF
다음은 AwsSecretsManager
리소스에 대한 AWS Security Finding Format(ASFF) 구문의 예입니다.
AWS Security Hub 는 다양한 소스의 결과를 로 정규화합니다ASFF. 에 대한 배경 정보는 섹션을 ASFF참조하세요AWS 보안 결과 형식(ASFF).
AwsSecretsManagerSecret
이 AwsSecretsManagerSecret
객체는 Secrets Manager 암호에 대한 세부 정보를 제공합니다.
다음 예제에서는 AwsSecretsManagerSecret
객체의 AWS 보안 결과 형식(ASFF)을 보여줍니다. AwsSecretsManagerSecret
속성에 대한 설명을 보려면 참조AwsSecretsManagerSecretDetails의 섹션을 참조하세요. AWS Security Hub API
예
"AwsSecretsManagerSecret": { "RotationRules": { "AutomaticallyAfterDays": 30 }, "RotationOccurredWithinFrequency": true, "KmsKeyId": "kmsKeyId", "RotationEnabled": true, "RotationLambdaArn": "arn:aws:lambda:us-west-2:777788889999:function:MyTestRotationLambda", "Deleted": false, "Name": "MyTestDatabaseSecret", "Description": "My test database secret" }