malware_protection_plan_tags
Expands all tag keys and values for malware_protection_plans
in a region
Overview
Name | malware_protection_plan_tags |
Type | Resource |
Description | Resource Type definition for AWS::GuardDuty::MalwareProtectionPlan |
Id | aws.guardduty.malware_protection_plan_tags |
Fields
Name | Datatype | Description |
---|---|---|
malware_protection_plan_id | string | A unique identifier associated with Malware Protection plan resource. |
arn | string | Amazon Resource Name (ARN) of the protected resource. |
role | string | IAM role that includes the permissions required to scan and (optionally) add tags to the associated protected resource. |
protected_resource | object | Information about the protected resource. Presently, S3Bucket is the only supported protected resource. |
actions | object | Specifies the action that is to be applied to the Malware Protection plan resource. |
created_at | string | The timestamp when the Malware Protection plan resource was created. |
status | string | Status of the Malware Protection plan resource. |
status_reasons | array | Status details associated with the Malware Protection plan resource status. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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