toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin.outputs
/
InstanceFromMachineImageSourceMachineImageEncryptionKey
Instance
From
Machine
Image
Source
Machine
Image
Encryption
Key
data
class
InstanceFromMachineImageSourceMachineImageEncryptionKey
(
val
kmsKeyName
:
String
?
=
null
,
val
kmsKeyServiceAccount
:
String
?
=
null
,
val
rawKey
:
String
?
=
null
,
val
rsaEncryptedKey
:
String
?
=
null
,
val
sha256
:
String
?
=
null
)
Members
Constructors
Instance
From
Machine
Image
Source
Machine
Image
Encryption
Key
Link copied to clipboard
constructor
(
kmsKeyName
:
String
?
=
null
,
kmsKeyServiceAccount
:
String
?
=
null
,
rawKey
:
String
?
=
null
,
rsaEncryptedKey
:
String
?
=
null
,
sha256
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
kms
Key
Name
Link copied to clipboard
val
kmsKeyName
:
String
?
=
null
kms
Key
Service
Account
Link copied to clipboard
val
kmsKeyServiceAccount
:
String
?
=
null
raw
Key
Link copied to clipboard
val
rawKey
:
String
?
=
null
rsa
Encrypted
Key
Link copied to clipboard
val
rsaEncryptedKey
:
String
?
=
null
sha256
Link copied to clipboard
val
sha256
:
String
?
=
null