View a markdown version of this page

AWS::SecurityHub::ConnectorV2 AzureScopeConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String ScopeValues: - String

Properties

ScopeType

The type of scope. Valid values are tenant and subscription.

Required: Yes

Type: String

Allowed values: TENANT | SUBSCRIPTION

Update 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: 0

Maximum: 100

Update requires: No interruption