Class: Aws::SecurityHub::Types::ServiceNowProviderConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ServiceNowProviderConfiguration
- 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_name ⇒ String
The instance name of ServiceNow ITSM.
-
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.
Instance Attribute Details
#instance_name ⇒ String
The instance name of ServiceNow ITSM.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.
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 |