

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

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

Configuration details for registering a Dynatrace service.

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

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

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

```
{
  "[AccountUrn](#cfn-devopsagent-service-dynatraceservicedetails-accounturn)" : {{String}},
  "[AuthorizationConfig](#cfn-devopsagent-service-dynatraceservicedetails-authorizationconfig)" : {{DynatraceAuthorizationConfig}}
}
```

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

```
  [AccountUrn](#cfn-devopsagent-service-dynatraceservicedetails-accounturn): {{String}}
  [AuthorizationConfig](#cfn-devopsagent-service-dynatraceservicedetails-authorizationconfig): {{
    DynatraceAuthorizationConfig}}
```

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

`AccountUrn`  <a name="cfn-devopsagent-service-dynatraceservicedetails-accounturn"></a>
The Dynatrace account URN.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`AuthorizationConfig`  <a name="cfn-devopsagent-service-dynatraceservicedetails-authorizationconfig"></a>
The authorization configuration for the Dynatrace service.  
*Required*: No  
*Type*: [DynatraceAuthorizationConfig](aws-properties-devopsagent-service-dynatraceauthorizationconfig.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)