

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 DynatraceAuthorizationConfig
<a name="aws-properties-devopsagent-service-dynatraceauthorizationconfig"></a>

The OAuth authorization configuration for a Dynatrace service.

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

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

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

```
{
  "[OAuthClientCredentials](#cfn-devopsagent-service-dynatraceauthorizationconfig-oauthclientcredentials)" : {{OAuthClientDetails}}
}
```

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

```
  [OAuthClientCredentials](#cfn-devopsagent-service-dynatraceauthorizationconfig-oauthclientcredentials): {{
    OAuthClientDetails}}
```

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

`OAuthClientCredentials`  <a name="cfn-devopsagent-service-dynatraceauthorizationconfig-oauthclientcredentials"></a>
The OAuth client credentials for authenticating with Dynatrace.  
*Required*: No  
*Type*: [OAuthClientDetails](aws-properties-devopsagent-service-oauthclientdetails.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)