toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.msk.kotlin.inputs
/
ClusterTlsArgs
Cluster
Tls
Args
data
class
ClusterTlsArgs
(
val
certificateAuthorityArnList
:
Output
<
List
<
String
>
>
?
=
null
,
val
enabled
:
Output
<
Boolean
>
?
=
null
)
:
ConvertibleToJava
<
ClusterTlsArgs
>
Members
Constructors
Cluster
Tls
Args
Link copied to clipboard
constructor
(
certificateAuthorityArnList
:
Output
<
List
<
String
>
>
?
=
null
,
enabled
:
Output
<
Boolean
>
?
=
null
)
Properties
certificate
Authority
Arn
List
Link copied to clipboard
val
certificateAuthorityArnList
:
Output
<
List
<
String
>
>
?
=
null
enabled
Link copied to clipboard
val
enabled
:
Output
<
Boolean
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ClusterTlsArgs