

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::SecurityHub::Connector AzureScopeConfiguration
<a name="aws-properties-securityhub-connector-azurescopeconfiguration"></a>

The scope configuration for an Azure connector, defining the tenant or subscription scope.

## Syntax
<a name="aws-properties-securityhub-connector-azurescopeconfiguration-syntax"></a>

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

### JSON
<a name="aws-properties-securityhub-connector-azurescopeconfiguration-syntax.json"></a>

```
{
  "[ScopeType](#cfn-securityhub-connector-azurescopeconfiguration-scopetype)" : {{String}},
  "[ScopeValues](#cfn-securityhub-connector-azurescopeconfiguration-scopevalues)" : {{[ String, ... ]}}
}
```

### YAML
<a name="aws-properties-securityhub-connector-azurescopeconfiguration-syntax.yaml"></a>

```
  [ScopeType](#cfn-securityhub-connector-azurescopeconfiguration-scopetype): {{String}}
  [ScopeValues](#cfn-securityhub-connector-azurescopeconfiguration-scopevalues): {{
    - String}}
```

## Properties
<a name="aws-properties-securityhub-connector-azurescopeconfiguration-properties"></a>

`ScopeType`  <a name="cfn-securityhub-connector-azurescopeconfiguration-scopetype"></a>
The type of scope. Valid values are `tenant` and `subscription`.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `TENANT | SUBSCRIPTION`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ScopeValues`  <a name="cfn-securityhub-connector-azurescopeconfiguration-scopevalues"></a>
The list of scope values, such as subscription IDs, when the scope type is `subscription`.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `0`  
*Maximum*: `100`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)