AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
securityhub
/
aws.sdk.kotlin.services.securityhub.model
/
IntegrationV2Type
Integration
V2Type
sealed
class
IntegrationV2Type
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
:
IntegrationV2Type
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IntegrationV2Type
Send
Findings
To
Security
Hub
Link copied to clipboard
object
SendFindingsToSecurityHub
:
IntegrationV2Type
Update
Findings
In
Security
Hub
Link copied to clipboard
object
UpdateFindingsInSecurityHub
:
IntegrationV2Type
Properties
value
Link copied to clipboard
abstract
val
value
:
String