AWS Fundamentals Logo
AWS Fundamentals
AWS::GuardDuty::Master

GuardDuty Master

GuardDuty Master resource schema

Properties

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

Filter:
PropertyTypeFlags
DetectorId
string
RequiredCreate-only
MasterId
string
RequiredCreate-only
InvitationId
string
Create-only

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::Master

Resources:
  MyResource:
    Type: AWS::GuardDuty::Master
    Properties:
      MasterId: "my-masterid"
      DetectorId: "my-detectorid"

Required IAM Permissions

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

create

guardduty:ListInvitationsguardduty:AcceptInvitationguardduty:GetMasterAccount

read

guardduty:GetMasterAccount

delete

guardduty:DisassociateFromMasterAccount

list

guardduty:GetMasterAccount

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
Properties3
Required2
TaggingNot supported
Primary IDDetectorId

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

MasterIdInvitationIdDetectorId

External Links