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:StringConfiguration:CloudConnectorConfigurationDescription:StringDisplayName:StringRoleArn:StringTags:- Tag
Properties
ConfigConnectorArnProperty description not available.
Required: Yes
Type: String
Pattern:
^arn:aws(-cn|-us-gov)?:config:[a-z0-9-]+:\d{12}:connector/.+$Minimum:
1Maximum:
512Update requires: Replacement
ConfigurationProperty 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:
1Maximum:
1024Update 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:
1Maximum:
256Update 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:
20Maximum:
2048Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
CloudConnectorArnProperty 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.