AwsSecretsManager - Amazon Security Hub
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

AwsSecretsManager

以下是AwsSecretsManager资源 Amazon 的安全调查结果格式的示例。

AwsSecretsManagerSecret

AwsSecretsManagerSecret 对象提供有关 Secrets Manager 密钥的详细信息。

以下示例显示了AwsSecretsManagerSecret对象 Amazon 的安全调查结果格式 (ASFF)。要查看AwsSecretsManagerSecret属性的描述,请参阅 Amazon 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" }