toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.connect.kotlin.outputs
/
InstanceStorageConfigEncryptionConfig
Instance
Storage
Config
Encryption
Config
data
class
InstanceStorageConfigEncryptionConfig
(
val
encryptionType
:
InstanceStorageConfigEncryptionType
,
val
keyId
:
String
)
Members
Constructors
Instance
Storage
Config
Encryption
Config
Link copied to clipboard
constructor
(
encryptionType
:
InstanceStorageConfigEncryptionType
,
keyId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
encryption
Type
Link copied to clipboard
val
encryptionType
:
InstanceStorageConfigEncryptionType
The type of encryption.
key
Id
Link copied to clipboard
val
keyId
:
String
The full ARN of the encryption key.