integrationTypes property

List<IntegrationType>? integrationTypes
final

The types of integration that the product supports. Available values are the following.

  • SEND_FINDINGS_TO_SECURITY_HUB - Indicates that the integration sends findings to Security Hub.
  • RECEIVE_FINDINGS_FROM_SECURITY_HUB - Indicates that the integration receives findings from Security Hub.

Implementation

final List<IntegrationType>? integrationTypes;