Learn R Programming

paws.security.identity (version 0.7.0)

guardduty_update_malware_protection_plan: Updates an existing Malware Protection plan resource

Description

Updates an existing Malware Protection plan resource.

See https://www.paws-r-sdk.com/docs/guardduty_update_malware_protection_plan/ for full documentation.

Usage

guardduty_update_malware_protection_plan(
  MalwareProtectionPlanId,
  Role = NULL,
  Actions = NULL,
  ProtectedResource = NULL
)

Arguments

MalwareProtectionPlanId

[required] A unique identifier associated with the Malware Protection plan.

Role

IAM role with permissions required to scan and add tags to the associated protected resource.

Actions

Information about whether the tags will be added to the S3 object after scanning.

ProtectedResource

Information about the protected resource that is associated with the created Malware Protection plan. Presently, S3Bucket is the only supported protected resource.