toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.cloudkms.v1.kotlin.inputs
/
GetCryptoKeyVersionPlainArgs
Get
Crypto
Key
Version
Plain
Args
data
class
GetCryptoKeyVersionPlainArgs
(
val
cryptoKeyId
:
String
,
val
cryptoKeyVersionId
:
String
,
val
keyRingId
:
String
,
val
location
:
String
,
val
project
:
String
?
=
null
)
:
ConvertibleToJava
<
GetCryptoKeyVersionPlainArgs
>
Members
Constructors
Get
Crypto
Key
Version
Plain
Args
Link copied to clipboard
constructor
(
cryptoKeyId
:
String
,
cryptoKeyVersionId
:
String
,
keyRingId
:
String
,
location
:
String
,
project
:
String
?
=
null
)
Properties
crypto
Key
Id
Link copied to clipboard
val
cryptoKeyId
:
String
crypto
Key
Version
Id
Link copied to clipboard
val
cryptoKeyVersionId
:
String
key
Ring
Id
Link copied to clipboard
val
keyRingId
:
String
location
Link copied to clipboard
val
location
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetCryptoKeyVersionPlainArgs