

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::DevOpsAgent::Service ServiceNowServiceDetails
<a name="aws-properties-devopsagent-service-servicenowservicedetails"></a>

Configuration details for registering a ServiceNow service.

## Syntax
<a name="aws-properties-devopsagent-service-servicenowservicedetails-syntax"></a>

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

### JSON
<a name="aws-properties-devopsagent-service-servicenowservicedetails-syntax.json"></a>

```
{
  "[AuthorizationConfig](#cfn-devopsagent-service-servicenowservicedetails-authorizationconfig)" : ServiceNowAuthorizationConfig,
  "[InstanceUrl](#cfn-devopsagent-service-servicenowservicedetails-instanceurl)" : String
}
```

### YAML
<a name="aws-properties-devopsagent-service-servicenowservicedetails-syntax.yaml"></a>

```
  [AuthorizationConfig](#cfn-devopsagent-service-servicenowservicedetails-authorizationconfig): 
    ServiceNowAuthorizationConfig
  [InstanceUrl](#cfn-devopsagent-service-servicenowservicedetails-instanceurl): String
```

## Properties
<a name="aws-properties-devopsagent-service-servicenowservicedetails-properties"></a>

`AuthorizationConfig`  <a name="cfn-devopsagent-service-servicenowservicedetails-authorizationconfig"></a>
The authorization configuration for the ServiceNow service.  
*Required*: No  
*Type*: [ServiceNowAuthorizationConfig](aws-properties-devopsagent-service-servicenowauthorizationconfig.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`InstanceUrl`  <a name="cfn-devopsagent-service-servicenowservicedetails-instanceurl"></a>
The ServiceNow instance URL. Must be an HTTPS URL matching the format `https://<instance-name>.service-now.com`.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^https://[a-zA-Z0-9-]+\.service-now\.com/?$`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)