AWS::SSM::CloudConnectorResource Type definition for AWS::SSM::CloudConnector. Enables AWS Systems Manager to manage resources in external cloud providers.
6 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConfigConnectorArn | string | RequiredCreate-only |
Configuration | CloudConnectorConfiguration | Required |
DisplayName | string | Required |
RoleArn | string | RequiredCreate-only |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CloudConnectorArn | string | The ARN of the cloud connector. |
CloudConnectorId | string | The unique identifier of the cloud connector. |
CreatedAt | string | The timestamp when the cloud connector was created. |
UpdatedAt | string | The timestamp when the cloud connector was last updated. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
ssm:CreateCloudConnectorssm:GetCloudConnectorssm:AddTagsToResourcessm:ListTagsForResourceiam:PassRoleconfig:PutThirdPartyServiceLinkedConfigurationRecorderconfig:GetConnectorssm:GetCloudConnectorssm:ListTagsForResourcessm:UpdateCloudConnectorssm:GetCloudConnectorssm:AddTagsToResourcessm:RemoveTagsFromResourcessm:ListTagsForResourceconfig:PutThirdPartyServiceLinkedConfigurationRecorderconfig:GetConnectorssm:DeleteCloudConnectorssm:GetCloudConnectorssm:ListAssociationsconfig:PutThirdPartyServiceLinkedConfigurationRecorderconfig:DeleteServiceLinkedConfigurationRecorderconfig:GetConnectorssm:ListCloudConnectorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCloudConnectorArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
RoleArnConfigConnectorArnConfiguration/AzureConfiguration/TenantId