View a markdown version of this page

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

Information about an Azure subscription targeted by the cloud connector.

Syntax

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

JSON

{ "DisplayName" : String, "Id" : String }

YAML

DisplayName: String Id: String

Properties

DisplayName

The display name of the Azure subscription.

Required: No

Type: String

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

Minimum: 0

Maximum: 128

Update requires: No interruption

Id

The ID of the Azure subscription.

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}$

Minimum: 1

Maximum: 256

Update requires: No interruption