MalwareProtectionPlanCfnProtectedResourceS3BucketPropertiesArgs

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

Information about the protected S3 bucket resource.

Constructors

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

Properties

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

Name of the S3 bucket.

Link copied to clipboard
val objectPrefixes: Output<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.

Functions

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