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.
AWS::SecurityHub::Connector AzureProviderConfiguration
The configuration for connecting to an Azure environment.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AWSConfigConnectorArn" :String, "AzureRegions" :[ String, ... ], "ScopeConfiguration" :AzureScopeConfiguration}
YAML
AWSConfigConnectorArn:StringAzureRegions:- StringScopeConfiguration:AzureScopeConfiguration
Properties
AWSConfigConnectorArn-
The ARN of the multi-cloud configuration connector used to establish the connection to Azure.
Required: Yes
Type: String
Pattern:
.*\S.*Update requires: Replacement
AzureRegions-
The list of Azure regions to monitor.
Required: Yes
Type: Array of String
Minimum:
1Maximum:
100Update requires: No interruption
ScopeConfiguration-
The scope configuration that defines which Azure resources are monitored.
Required: Yes
Type: AzureScopeConfiguration
Update requires: No interruption