Learn R Programming

paws.security.identity (version 0.7.0)

guardduty_create_malware_protection_plan: Creates a new Malware Protection plan for the protected resource

Description

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.

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] 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, S3Bucket is the only supported protected resource.

Actions

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

Tags

Tags added to the Malware Protection plan resource.