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 ServiceNow
Information about a ServiceNow ITSM integration.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AuthStatus" :String, "InstanceName" :String, "SecretArn" :String}
YAML
AuthStatus:StringInstanceName:StringSecretArn:String
Properties
AuthStatus-
The status of the authorization between ServiceNow and the service.
Required: No
Type: String
Allowed values:
ACTIVE | FAILEDUpdate requires: No interruption
InstanceName-
The instanceName of ServiceNow ITSM.
Required: Yes
Type: String
Minimum:
1Maximum:
128Update 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:
20Maximum:
2048Update requires: No interruption