Skip to main content

malware_protection_plan_tags

Expands all tag keys and values for malware_protection_plans in a region

Overview

Namemalware_protection_plan_tags
TypeResource
DescriptionResource Type definition for AWS::GuardDuty::MalwareProtectionPlan
Idaws.guardduty.malware_protection_plan_tags

Fields

NameDatatypeDescription
malware_protection_plan_idstringA unique identifier associated with Malware Protection plan resource.
arnstringAmazon Resource Name (ARN) of the protected resource.
rolestringIAM role that includes the permissions required to scan and (optionally) add tags to the associated protected resource.
protected_resourceobjectInformation about the protected resource. Presently, S3Bucket is the only supported protected resource.
actionsobjectSpecifies the action that is to be applied to the Malware Protection plan resource.
created_atstringThe timestamp when the Malware Protection plan resource was created.
statusstringStatus of the Malware Protection plan resource.
status_reasonsarrayStatus details associated with the Malware Protection plan resource status.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all malware_protection_plans in a region.

SELECT
region,
malware_protection_plan_id,
arn,
role,
protected_resource,
actions,
created_at,
status,
status_reasons,
tag_key,
tag_value
FROM aws.guardduty.malware_protection_plan_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the malware_protection_plan_tags resource, see malware_protection_plans