View a markdown version of this page

AWS::SecurityHub::Connector AzureScopeConfiguration - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SecurityHub::Connector AzureScopeConfiguration

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

Syntax

To declare this entity in your 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