AWS::GuardDuty::DetectorResource Type definition for AWS::GuardDuty::Detector
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Enable | boolean | Required |
DataSources | CFNDataSourceConfigurations | |
Features | Array<CFNFeatureConfiguration> | |
FindingPublishingFrequency | string | |
Tags | Array<TagItem> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GuardDuty::Detector
Resources:
MyResource:
Type: AWS::GuardDuty::Detector
Properties:
Enable: true
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
guardduty:CreateDetectorguardduty:GetDetectorguardduty:TagResourceiam:CreateServiceLinkedRoleiam:GetRoleguardduty:GetDetectorguardduty:ListTagsForResourceguardduty:ListDetectorsguardduty:DeleteDetectorguardduty:GetDetectorguardduty:UpdateDetectorguardduty:GetDetectorguardduty:ListDetectorsiam:CreateServiceLinkedRoleiam:GetRoleguardduty:TagResourceguardduty:UntagResourceguardduty:ListDetectorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId