

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 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 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*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`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*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)