toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.guardduty.kotlin.outputs
/
MalwareProtectionPlanProtectedResourceS3Bucket
Malware
Protection
Plan
Protected
Resource
S3Bucket
data
class
MalwareProtectionPlanProtectedResourceS3Bucket
(
val
bucketName
:
String
,
val
objectPrefixes
:
List
<
String
>
?
=
null
)
Members
Constructors
Malware
Protection
Plan
Protected
Resource
S3Bucket
Link copied to clipboard
constructor
(
bucketName
:
String
,
objectPrefixes
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Name
Link copied to clipboard
val
bucketName
:
String
Name of the S3 bucket.
object
Prefixes
Link copied to clipboard
val
objectPrefixes
:
List
<
String
>
?
=
null
The list of object prefixes that specify the S3 objects that will be scanned.