AWS Fundamentals Logo
AWS Fundamentals
AWS::GuardDuty::IPSet

GuardDuty IPSet

Resource Type definition for AWS::GuardDuty::IPSet

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
Idstring-

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

Resources:
  MyResource:
    Type: AWS::GuardDuty::IPSet
    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:CreateIPSetguardduty:GetIPSetguardduty:TagResourceiam:PutRolePolicy

read

guardduty:GetIPSet

delete

guardduty:GetDetectorguardduty:ListDetectorsguardduty:ListIPSetsguardduty:GetIPSetguardduty:DeleteIPSetiam:DeleteRolePolicy

update

guardduty:UpdateIPSetguardduty:GetIPSetguardduty:ListIPSetsiam:PutRolePolicyguardduty:TagResourceguardduty:UntagResource

list

guardduty:ListIPSets

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
Properties8
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