AWS::GuardDuty::FilterResource Type definition for AWS::GuardDuty::Filter
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DetectorId | string | RequiredCreate-only |
FindingCriteria | FindingCriteria | Required |
Name | string | RequiredCreate-only |
Action | string | |
Description | string | |
Rank | integer | |
Tags | Array<TagItem> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GuardDuty::Filter
Resources:
MyResource:
Type: AWS::GuardDuty::Filter
Properties:
DetectorId: "my-detectorid"
Name: "my-name"
FindingCriteria: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
guardduty:CreateFilterguardduty:GetFilterguardduty:TagResourceguardduty:GetFilterguardduty:ListTagsForResourceguardduty:ListDetectorsguardduty:ListFiltersguardduty:GetFilterguardduty:DeleteFilterguardduty:UpdateFilterguardduty:GetFilterguardduty:ListFiltersguardduty:TagResourceguardduty:UntagResourceguardduty:ListFiltersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDetectorIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DetectorIdName