toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
securityhub
/
aws.sdk.kotlin.services.securityhub.model
/
IntegrationType
Integration
Type
sealed
class
IntegrationType
Inheritors
ReceiveFindingsFromSecurityHub
SendFindingsToSecurityHub
UpdateFindingsInSecurityHub
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Receive
Findings
From
Security
Hub
Link copied to clipboard
object
ReceiveFindingsFromSecurityHub
:
IntegrationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IntegrationType
Send
Findings
To
Security
Hub
Link copied to clipboard
object
SendFindingsToSecurityHub
:
IntegrationType
Update
Findings
In
Security
Hub
Link copied to clipboard
object
UpdateFindingsInSecurityHub
:
IntegrationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String