AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
acmpca
/
aws.sdk.kotlin.services.acmpca.model
/
KeyStorageSecurityStandard
Key
Storage
Security
Standard
sealed
class
KeyStorageSecurityStandard
Inheritors
CcpcLevel1OrHigher
Fips140_2_Level2OrHigher
Fips140_2_Level3OrHigher
SdkUnknown
Members
Types
Ccpc
Level1Or
Higher
Link copied to clipboard
object
CcpcLevel1OrHigher
:
KeyStorageSecurityStandard
Companion
Link copied to clipboard
object
Companion
Fips140_
2_
Level2Or
Higher
Link copied to clipboard
object
Fips140_2_Level2OrHigher
:
KeyStorageSecurityStandard
Fips140_
2_
Level3Or
Higher
Link copied to clipboard
object
Fips140_2_Level3OrHigher
:
KeyStorageSecurityStandard
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KeyStorageSecurityStandard
Properties
value
Link copied to clipboard
abstract
val
value
:
String