toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.msk.kotlin.outputs
/
ClusterLoggingInfoBrokerLogsS3
Cluster
Logging
Info
Broker
Logs
S3
data
class
ClusterLoggingInfoBrokerLogsS3
(
val
bucket
:
String
?
=
null
,
val
enabled
:
Boolean
,
val
prefix
:
String
?
=
null
)
Members
Constructors
Cluster
Logging
Info
Broker
Logs
S3
Link copied to clipboard
constructor
(
bucket
:
String
?
=
null
,
enabled
:
Boolean
,
prefix
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Link copied to clipboard
val
bucket
:
String
?
=
null
Name of the S3 bucket to deliver logs to.
enabled
Link copied to clipboard
val
enabled
:
Boolean
prefix
Link copied to clipboard
val
prefix
:
String
?
=
null
Prefix to append to the folder name.