GetMalwareProtectionPlanResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the action that is to be applied to the Malware Protection plan resource.

Link copied to clipboard
val arn: String? = null

Amazon Resource Name (ARN) of the protected resource.

Link copied to clipboard
val createdAt: String? = null

The timestamp when the Malware Protection plan resource was created.

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
val role: String? = null

IAM role that includes the permissions required to scan and (optionally) add tags to the associated protected resource.

Link copied to clipboard
val status: String? = null

Status of the Malware Protection plan resource.

Link copied to clipboard

Status details associated with the Malware Protection plan resource status.

Link copied to clipboard
val tags: List<Tag>? = null

The tags to be added to the created Malware Protection plan resource. Each tag consists of a key and an optional value, both of which you need to specify.