toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hardwaresecuritymodules.kotlin.inputs
/
SkuArgs
Sku
Args
data
class
SkuArgs
(
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
?
=
null
)
:
ConvertibleToJava
<
SkuArgs
>
SKU of the dedicated HSM
Members
Constructors
Sku
Args
Link copied to clipboard
constructor
(
name
:
Output
<
Either
<
String
,
SkuName
>
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
?
=
null
SKU of the dedicated HSM
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SkuArgs