Malware Protection Plan Args
data class MalwareProtectionPlanArgs(val actions: Output<MalwareProtectionPlanCfnActionsArgs>? = null, val protectedResource: Output<MalwareProtectionPlanCfnProtectedResourceArgs>? = null, val role: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<MalwareProtectionPlanArgs>
Resource Type definition for AWS::GuardDuty::MalwareProtectionPlan
Constructors
Link copied to clipboard
constructor(actions: Output<MalwareProtectionPlanCfnActionsArgs>? = null, protectedResource: Output<MalwareProtectionPlanCfnProtectedResourceArgs>? = null, role: Output<String>? = null, tags: Output<List<TagArgs>>? = null)