AWS SDK for Kotlin
Toggle table of contents
1.8.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
securityhub
/
aws.sdk.kotlin.services.securityhub.model
/
CspmEnablementStatus
Cspm
Enablement
Status
sealed
class
CspmEnablementStatus
The enablement status of a CSPM connector. Indicates the lifecycle state of the connector resource.
Inheritors
Enabled
PendingDeletion
PendingEnablement
PendingUpdate
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Enabled
Link copied to clipboard
object
Enabled
:
CspmEnablementStatus
Pending
Deletion
Link copied to clipboard
object
PendingDeletion
:
CspmEnablementStatus
Pending
Enablement
Link copied to clipboard
object
PendingEnablement
:
CspmEnablementStatus
Pending
Update
Link copied to clipboard
object
PendingUpdate
:
CspmEnablementStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CspmEnablementStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String