Updates an existing Malware Protection plan resource
Source:R/guardduty_operations.R
guardduty_update_malware_protection_plan.RdUpdates 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
Amazon Resource Name (ARN) of the IAM role with permissions 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,
S3Bucketis the only supported protected resource.