Creates a new Malware Protection plan for the protected resource
Source:R/guardduty_operations.R
guardduty_create_malware_protection_plan.RdCreates a new Malware Protection plan for the protected resource.
See https://www.paws-r-sdk.com/docs/guardduty_create_malware_protection_plan/ for full documentation.
Usage
guardduty_create_malware_protection_plan(
ClientToken = NULL,
Role,
ProtectedResource,
Actions = NULL,
Tags = NULL
)Arguments
- ClientToken
The idempotency token for the create request.
- Role
[required] Amazon Resource Name (ARN) of the IAM role that has the permissions to scan and add tags to the associated protected resource.
- ProtectedResource
[required] Information about the protected resource that is associated with the created Malware Protection plan. Presently,
S3Bucketis the only supported protected resource.- Actions
Information about whether the tags will be added to the S3 object after scanning.
Tags added to the Malware Protection plan resource.