View a markdown version of this page

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

Creates a cloud connector that establishes a connection between Systems Manager and a third-party cloud environment.

Syntax

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

JSON

{ "Type" : "AWS::SSM::CloudConnector", "Properties" : { "ConfigConnectorArn" : String, "Configuration" : CloudConnectorConfiguration, "Description" : String, "DisplayName" : String, "RoleArn" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SSM::CloudConnector Properties: ConfigConnectorArn: String Configuration: CloudConnectorConfiguration Description: String DisplayName: String RoleArn: String Tags: - Tag

Properties

ConfigConnectorArn

Property description not available.

Required: Yes

Type: String

Pattern: ^arn:aws(-cn|-us-gov)?:config:[a-z0-9-]+:\d{12}:connector/.+$

Minimum: 1

Maximum: 512

Update requires: Replacement

Configuration

Property description not available.

Required: Yes

Type: CloudConnectorConfiguration

Update requires: No interruption

Description

The description of the cloud connector.

Required: No

Type: String

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

Minimum: 1

Maximum: 1024

Update requires: No interruption

DisplayName

The friendly name of the cloud connector.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 256

Update requires: No interruption

RoleArn

The ARN of the IAM role used by the cloud connector.

Required: Yes

Type: String

Pattern: ^arn:aws[a-z0-9-]*:iam::\d{12}:role/[\w-/.@+=,]{1,1017}$

Minimum: 20

Maximum: 2048

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

CloudConnectorArn

Property description not available.

CloudConnectorId

The ID of the cloud connector.

CreatedAt

The date and time the cloud connector was created.

UpdatedAt

The date and time the cloud connector was last updated.