View source: R/guardduty_operations.R
guardduty_create_malware_protection_plan | R Documentation |
Creates 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.
guardduty_create_malware_protection_plan(
ClientToken = NULL,
Role,
ProtectedResource,
Actions = NULL,
Tags = NULL
)
ClientToken |
The idempotency token for the create request. |
Role |
[required] IAM role with permissions required 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, |
Actions |
Information about whether the tags will be added to the S3 object after scanning. |
Tags |
Tags added to the Malware Protection plan resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.