AWS::SecurityHub::ConnectorV2 ServiceNowProviderConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SecurityHub::ConnectorV2 ServiceNowProviderConfiguration

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

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "InstanceName" : String, "SecretArn" : String }

YAML

InstanceName: String SecretArn: String

Properties

InstanceName

The instance name of ServiceNow ITSM.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

SecretArn

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

Required: Yes

Type: String

Pattern: .*\S.*

Minimum: 20

Maximum: 2048

Update requires: No interruption