@cloud-copilot/iam-data
Version:
58 lines • 1.85 kB
JSON
{
"detector": {
"key": "detector",
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"filter": {
"key": "filter",
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/filter/${FilterName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"ipset": {
"key": "ipset",
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/ipset/${IPSetId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"threatintelset": {
"key": "threatintelset",
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/threatintelset/${ThreatIntelSetId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"trustedentityset": {
"key": "trustedentityset",
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/trustedentityset/${TrustedEntitySetId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"threatentityset": {
"key": "threatentityset",
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/threatentityset/${ThreatEntitySetId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"publishingdestination": {
"key": "publishingDestination",
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/publishingdestination/${PublishingDestinationId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"malwareprotectionplan": {
"key": "malwareprotectionplan",
"arn": "arn:${Partition}:guardduty:${Region}:${Account}:malware-protection-plan/${MalwareProtectionPlanId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
}
}