AwsSecretsManager - AWS Security Hub

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

AwsSecretsManager

다음은 AwsSecretsManager 리소스에 대한 AWS 보안 검색 형식의 예입니다.

AwsSecretsManagerSecret

AwsSecretsManagerSecret 객체는 Secrets Manager 암호에 대한 세부 정보를 제공합니다.

다음 예제는 AwsSecretsManagerSecret 객체의 AWS 보안 검색 형식 (ASFF) 을 보여줍니다. AwsSecretsManagerSecret속성에 대한 설명을 보려면 AWS Security Hub API참조를 참조하십시오 AwsSecretsManagerSecretDetails.

"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" }