MalwareProtectionPlanProtectedResourceS3BucketArgs

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

Constructors

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

Properties

Link copied to clipboard
val bucketName: Output<String>

Name of the S3 bucket.

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

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

Functions

Link copied to clipboard
open override fun toJava(): MalwareProtectionPlanProtectedResourceS3BucketArgs