AwsSecretsManager resources in ASFF - AWS Security Hub
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

AwsSecretsManager resources in ASFF

The following are examples of the AWS Security Finding Format (ASFF) syntax for AwsSecretsManager resources.

AWS Security Hub CSPM normalizes findings from various sources into ASFF. For background information about ASFF, see AWS Security Finding Format (ASFF).

AwsSecretsManagerSecret

The AwsSecretsManagerSecret object provides details about a Secrets Manager secret.

The following example shows the AWS Security Finding Format (ASFF) for the AwsSecretsManagerSecret object. To view descriptions of AwsSecretsManagerSecret attributes, see AwsSecretsManagerSecretDetails in the AWS Security Hub API Reference.

Example

"AwsSecretsManagerSecret": { "RotationRules": { "AutomaticallyAfterDays": 30 }, "RotationOccurredWithinFrequency": true, "KmsKeyId": "kmsKeyId", "RotationEnabled": true, "RotationLambdaArn": "arn:aws-eusc:lambda:us-west-2:777788889999:function:MyTestRotationLambda", "Deleted": false, "Name": "MyTestDatabaseSecret", "Description": "My test database secret" }