Get Malware Protection Plan Result
data class GetMalwareProtectionPlanResult(val actions: MalwareProtectionPlanCfnActions? = null, val arn: String? = null, val createdAt: String? = null, val malwareProtectionPlanId: String? = null, val protectedResource: MalwareProtectionPlanCfnProtectedResource? = null, val role: String? = null, val status: String? = null, val statusReasons: List<MalwareProtectionPlanCfnStatusReasons>? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(actions: MalwareProtectionPlanCfnActions? = null, arn: String? = null, createdAt: String? = null, malwareProtectionPlanId: String? = null, protectedResource: MalwareProtectionPlanCfnProtectedResource? = null, role: String? = null, status: String? = null, statusReasons: List<MalwareProtectionPlanCfnStatusReasons>? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
Specifies the action that is to be applied to the Malware Protection plan resource.
Link copied to clipboard
A unique identifier associated with Malware Protection plan resource.
Link copied to clipboard
Information about the protected resource. Presently, S3Bucket is the only supported protected resource.
Link copied to clipboard
Status details associated with the Malware Protection plan resource status.