MalwareProtectionPlanReference
- class aws_cdk.aws_guardduty.MalwareProtectionPlanReference(*, malware_protection_plan_arn, malware_protection_plan_id)
Bases:
object
A reference to a MalwareProtectionPlan resource.
- Parameters:
malware_protection_plan_arn (
str
) – The ARN of the MalwareProtectionPlan resource.malware_protection_plan_id (
str
) – The MalwareProtectionPlanId of the MalwareProtectionPlan resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_guardduty as guardduty malware_protection_plan_reference = guardduty.MalwareProtectionPlanReference( malware_protection_plan_arn="malwareProtectionPlanArn", malware_protection_plan_id="malwareProtectionPlanId" )
Attributes
- malware_protection_plan_arn
The ARN of the MalwareProtectionPlan resource.
- malware_protection_plan_id
The MalwareProtectionPlanId of the MalwareProtectionPlan resource.