MalwareProtectionPlanCfnProtectedResourceS3BucketProperties

data class MalwareProtectionPlanCfnProtectedResourceS3BucketProperties(val bucketName: String? = null, val objectPrefixes: List<String>? = null)

Information about the protected S3 bucket resource.

Constructors

constructor(bucketName: String? = null, objectPrefixes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

Name of the S3 bucket.

Link copied to clipboard
val objectPrefixes: List<String>? = null

Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.