View a markdown version of this page

AWS::SSM::CloudConnector AzureConfiguration - 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::SSM::CloudConnector AzureConfiguration

The access details and targets for connecting to a Microsoft Azure tenant, including the application registration used for authentication and the subscriptions to target.

Syntax

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

JSON

{ "ApplicationDisplayName" : String, "ApplicationId" : String, "Targets" : ConfigurationTargets, "TenantDisplayName" : String, "TenantId" : String }

Properties

ApplicationDisplayName

The display name of the Azure application registration.

Required: No

Type: String

Pattern: ^([\p{L}\p{Z}\p{N}\p{P}\p{M}]*)$

Minimum: 0

Maximum: 256

Update requires: No interruption

ApplicationId

The ID of the Azure application registration used for authentication.

Required: Yes

Type: String

Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Update requires: No interruption

Targets

The target Azure subscriptions for the cloud connector.

Required: No

Type: ConfigurationTargets

Update requires: No interruption

TenantDisplayName

The display name of the Azure tenant.

Required: No

Type: String

Pattern: ^([\p{L}\p{Z}\p{N}\p{P}\p{M}]*)$

Minimum: 0

Maximum: 256

Update requires: No interruption

TenantId

The ID of the Azure tenant.

Required: Yes

Type: String

Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Update requires: Replacement