toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
nimble
/
aws.sdk.kotlin.services.nimble.model
/
StudioEncryptionConfigurationKeyType
Studio
Encryption
Configuration
Key
Type
sealed
class
StudioEncryptionConfigurationKeyType
The type of KMS key that is used to encrypt studio data.
Inheritors
AwsOwnedKey
CustomerManagedKey
SdkUnknown
Members
Types
Aws
Owned
Key
Link copied to clipboard
object
AwsOwnedKey
:
StudioEncryptionConfigurationKeyType
Companion
Link copied to clipboard
object
Companion
Customer
Managed
Key
Link copied to clipboard
object
CustomerManagedKey
:
StudioEncryptionConfigurationKeyType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StudioEncryptionConfigurationKeyType
Properties
value
Link copied to clipboard
abstract
val
value
:
String