toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.s3.kotlin.outputs
/
BucketV2Logging
Bucket
V2Logging
data
class
BucketV2Logging
(
val
targetBucket
:
String
,
val
targetPrefix
:
String
?
=
null
)
Members
Constructors
Bucket
V2Logging
Link copied to clipboard
constructor
(
targetBucket
:
String
,
targetPrefix
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
target
Bucket
Link copied to clipboard
val
targetBucket
:
String
Name of the bucket that will receive the log objects.
target
Prefix
Link copied to clipboard
val
targetPrefix
:
String
?
=
null
To specify a key prefix for log objects.