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

ASFF 中的 AwsSecretsManager 资源

以下是 AwsSecretsManager 资源的 Amazon 安全调查发现格式(ASFF)的示例。

Amazon Security Hub 会将各种来源的调查发现标准化为 ASFF。有关 ASFF 的背景信息,请参阅 Amazon安全调查发现格式 (ASFF)

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