toggle menu
Keyper
jvm
switch theme
search in API
Keyper
/
jarrid.keyper.tfcdk.stack.gcp
/
KmsCryptoKeyVar
Kms
Crypto
Key
Var
data
class
KmsCryptoKeyVar
(
val
keyName
:
String
,
val
keyId
:
UUID
,
val
ttl
:
Int
,
val
rotationPeriod
:
String
?
=
"7776000s"
,
val
labels
:
Map
<
String
,
String
>
)
Members
Constructors
Kms
Crypto
Key
Var
Link copied to clipboard
constructor
(
keyName
:
String
,
keyId
:
UUID
,
ttl
:
Int
,
rotationPeriod
:
String
?
=
"7776000s"
,
labels
:
Map
<
String
,
String
>
)
Properties
key
Id
Link copied to clipboard
val
keyId
:
UUID
key
Name
Link copied to clipboard
val
keyName
:
String
labels
Link copied to clipboard
val
labels
:
Map
<
String
,
String
>
rotation
Period
Link copied to clipboard
val
rotationPeriod
:
String
?
ttl
Link copied to clipboard
val
ttl
:
Int