AWS::SecurityHub::ConnectorV2 ServiceNow - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::SecurityHub::ConnectorV2 ServiceNow

Information about a ServiceNow ITSM integration.

Syntax

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

JSON

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

YAML

AuthStatus: String InstanceName: String SecretArn: String

Properties

AuthStatus

The status of the authorization between ServiceNow and the service.

Required: No

Type: String

Allowed values: ACTIVE | FAILED

Update requires: No interruption

InstanceName

The instanceName of ServiceNow ITSM.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

SecretArn

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

Required: Yes

Type: String

Pattern: .*\S.*

Minimum: 20

Maximum: 2048

Update requires: No interruption