Class: Aws::SecurityHub::Types::ServiceNowProviderConfiguration

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

Overview

The initial configuration settings required to establish an integration between Security Hub and ServiceNow ITSM.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_nameString

The instance name of ServiceNow ITSM.

Returns:

  • (String)


31373
31374
31375
31376
31377
31378
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31373

class ServiceNowProviderConfiguration < Struct.new(
  :instance_name,
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.

Returns:

  • (String)


31373
31374
31375
31376
31377
31378
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31373

class ServiceNowProviderConfiguration < Struct.new(
  :instance_name,
  :secret_arn)
  SENSITIVE = []
  include Aws::Structure
end