AWS Fundamentals Logo
AWS Fundamentals
AWS::GuardDuty::ThreatEntitySet

GuardDuty ThreatEntitySet

Resource Type definition for AWS::GuardDuty::ThreatEntitySet

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Format
string
RequiredCreate-only
Location
string
Required
Activate
boolean
Write-only
DetectorId
string
Create-only
ExpectedBucketOwner
string
Name
string
Tags
Array<TagItem>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstring-
ErrorDetailsstring-
Idstring-
Statusstring-
UpdatedAtstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GuardDuty::ThreatEntitySet

Resources:
  MyResource:
    Type: AWS::GuardDuty::ThreatEntitySet
    Properties:
      Format: "value"
      Location: "value"
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

guardduty:CreateThreatEntitySetguardduty:GetThreatEntitySetguardduty:TagResources3:GetObject

read

guardduty:GetThreatEntitySet

delete

guardduty:ListDetectorsguardduty:ListThreatEntitySetsguardduty:DeleteThreatEntitySetguardduty:GetThreatEntitySet

update

guardduty:UpdateThreatEntitySetguardduty:GetThreatEntitySetguardduty:ListThreatEntitySetsguardduty:TagResourceguardduty:UntagResources3:GetObject

list

guardduty:ListThreatEntitySets

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceGuardDuty
Properties12
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

FormatDetectorId

External Links