pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.s3.kotlin.outputs
/
BucketV2Logging
Bucket
V2Logging
data
class
BucketV2Logging
(
val
targetBucket
:
String
,
val
targetPrefix
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Bucket
V2Logging
Link copied to clipboard
fun
BucketV2Logging
(
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.