pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.redshift.kotlin.inputs
/
ClusterLoggingPropertiesArgs
Cluster
Logging
Properties
Args
data
class
ClusterLoggingPropertiesArgs
(
val
bucketName
:
Output
<
String
>
,
val
s3KeyPrefix
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ClusterLoggingPropertiesArgs
>
Constructors
Functions
Properties
Constructors
Cluster
Logging
Properties
Args
Link copied to clipboard
fun
ClusterLoggingPropertiesArgs
(
bucketName
:
Output
<
String
>
,
s3KeyPrefix
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ClusterLoggingPropertiesArgs
Properties
bucket
Name
Link copied to clipboard
val
bucketName
:
Output
<
String
>
s3Key
Prefix
Link copied to clipboard
val
s3KeyPrefix
:
Output
<
String
>
?
=
null