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::ConnectorV2 AzureScopeConfiguration
The scope configuration for an Azure connector, defining the tenant or subscription scope.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ScopeType" :String, "ScopeValues" :[ String, ... ]}
YAML
ScopeType:StringScopeValues:- String
Properties
ScopeType-
The type of scope. Valid values are
tenantandsubscription.Required: Yes
Type: String
Allowed values:
TENANT | SUBSCRIPTIONUpdate requires: No interruption
ScopeValues-
The list of scope values, such as subscription IDs, when the scope type is
subscription.Required: No
Type: Array of String
Minimum:
0Maximum:
100Update requires: No interruption