AWS::GuardDuty::MalwareProtectionPlanResource Type definition for AWS::GuardDuty::MalwareProtectionPlan
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ProtectedResource | CFNProtectedResource | Required |
Role | string | Required |
Actions | CFNActions | |
Tags | Array<TagItem> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Amazon Resource Name (ARN) of the protected resource. |
CreatedAt | string | The timestamp when the Malware Protection plan resource was created. |
MalwareProtectionPlanId | string | A unique identifier associated with Malware Protection plan resource. |
Status | string | Status of the Malware Protection plan resource. |
StatusReasons | Array<CFNStatusReasons> | Status details associated with the Malware Protection plan resource status. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
guardduty:CreateMalwareProtectionPlanguardduty:GetMalwareProtectionPlanguardduty:TagResourceiam:PassRoleguardduty:GetMalwareProtectionPlanguardduty:DeleteMalwareProtectionPlanguardduty:GetMalwareProtectionPlanguardduty:UpdateMalwareProtectionPlanguardduty:GetMalwareProtectionPlanguardduty:TagResourceguardduty:UntagResourceiam:PassRoleguardduty:ListMalwareProtectionPlansOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterMalwareProtectionPlanId