AWS Fundamentals Logo
AWS Fundamentals
AWS::GuardDuty::MalwareProtectionPlan

GuardDuty MalwareProtectionPlan

Resource Type definition for AWS::GuardDuty::MalwareProtectionPlan

Properties

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

Filter:
PropertyTypeFlags
ProtectedResource
CFNProtectedResource
Required
Role
string
Required
Actions
CFNActions
Tags
Array<TagItem>

Return Values

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

AttributeTypeDescription
ArnstringAmazon Resource Name (ARN) of the protected resource.
CreatedAtstringThe timestamp when the Malware Protection plan resource was created.
MalwareProtectionPlanIdstringA unique identifier associated with Malware Protection plan resource.
StatusstringStatus of the Malware Protection plan resource.
StatusReasonsArray<CFNStatusReasons>Status details associated with the Malware Protection plan resource status.

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

Resources:
  MyResource:
    Type: AWS::GuardDuty::MalwareProtectionPlan
    Properties:
      Role: "value"
      ProtectedResource: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

guardduty:CreateMalwareProtectionPlanguardduty:GetMalwareProtectionPlanguardduty:TagResourceiam:PassRole

read

guardduty:GetMalwareProtectionPlan

delete

guardduty:DeleteMalwareProtectionPlanguardduty:GetMalwareProtectionPlan

update

guardduty:UpdateMalwareProtectionPlanguardduty:GetMalwareProtectionPlanguardduty:TagResourceguardduty:UntagResourceiam:PassRole

list

guardduty:ListMalwareProtectionPlans

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
Properties9
Required2
TaggingSupported
Primary IDMalwareProtectionPlanId

Supported Operations

CreateReadDeleteUpdateList

External Links