AWS SDK for Kotlin
Toggle table of contents
1.6.42
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
ExtendedPlan
ReceiveFindingsFromSecurityHub
SendFindingsToSecurityHub
UpdateFindingsInSecurityHub
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Extended
Plan
Link copied to clipboard
object
ExtendedPlan
:
IntegrationV2Type
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