AWS::SSM::CloudConnector

SSM CloudConnector

Resource Type definition for AWS::SSM::CloudConnector. Enables AWS Systems Manager to manage resources in external cloud providers.

Properties

6 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConfigConnectorArn
string
RequiredCreate-only
Configuration
CloudConnectorConfiguration
Required
DisplayName
string
Required
RoleArn
string
RequiredCreate-only
Description
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CloudConnectorArnstringThe ARN of the cloud connector.
CloudConnectorIdstringThe unique identifier of the cloud connector.
CreatedAtstringThe timestamp when the cloud connector was created.
UpdatedAtstringThe timestamp when the cloud connector was last updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SSM::CloudConnector

Resources:
  MyResource:
    Type: AWS::SSM::CloudConnector
    Properties:
      DisplayName: "my-displayname"
      RoleArn: "arn:aws:service:region:account:resource"
      Configuration: "value"
      ConfigConnectorArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ssm:CreateCloudConnectorssm:GetCloudConnectorssm:AddTagsToResourcessm:ListTagsForResourceiam:PassRoleconfig:PutThirdPartyServiceLinkedConfigurationRecorderconfig:GetConnector

read

ssm:GetCloudConnectorssm:ListTagsForResource

update

ssm:UpdateCloudConnectorssm:GetCloudConnectorssm:AddTagsToResourcessm:RemoveTagsFromResourcessm:ListTagsForResourceconfig:PutThirdPartyServiceLinkedConfigurationRecorderconfig:GetConnector

delete

ssm:DeleteCloudConnectorssm:GetCloudConnectorssm:ListAssociationsconfig:PutThirdPartyServiceLinkedConfigurationRecorderconfig:DeleteServiceLinkedConfigurationRecorderconfig:GetConnector

list

ssm:ListCloudConnectors

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSSM
Properties10
Required4
TaggingSupported
Primary IDCloudConnectorArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

RoleArnConfigConnectorArnConfiguration/AzureConfiguration/TenantId

External Links