AwsSecretsManager - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsSecretsManager

The following are examples of the Amazon Security Finding Format for AwsSecretsManager resources.

AwsSecretsManagerSecret

The AwsSecretsManagerSecret object provides details about a Secrets Manager secret.

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

Example

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