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:StringId: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:
0Maximum:
128Update 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:
1Maximum:
256Update requires: No interruption