MalwareProtectionPlanProtectedResourceS3Bucket

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the S3 bucket.

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

The list of object prefixes that specify the S3 objects that will be scanned.