Class: Aws::SecurityHub::Types::ExternalIntegrationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Defines the settings and parameters required for integrating external security tools and services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arnString

The ARN of the connector that establishes the integration.

Returns:

  • (String)


25312
25313
25314
25315
25316
# File 'lib/aws-sdk-securityhub/types.rb', line 25312

class ExternalIntegrationConfiguration < Struct.new(
  :connector_arn)
  SENSITIVE = []
  include Aws::Structure
end