View a markdown version of this page

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

Information about an Azure subscription targeted by the cloud connector.

Syntax

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