pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.s3.kotlin.outputs
/
BucketLogging
Bucket
Logging
data
class
BucketLogging
(
val
targetBucket
:
String
,
val
targetPrefix
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Bucket
Logging
Link copied to clipboard
fun
BucketLogging
(
targetBucket
:
String
,
targetPrefix
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
target
Bucket
Link copied to clipboard
val
targetBucket
:
String
The 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.