AWS Fundamentals Logo
AWS Fundamentals
AWS::Config::Connector

Config Connector

Resource Type definition for AWS::Config::Connector

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConnectorConfiguration
ConnectorConfiguration
RequiredCreate-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the connector.
CreatedTimestringThe time at which the connector was created.
NamestringThe name of the connector. AWS Config automatically assigns the name when creating the Connector.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Config::Connector

Resources:
  MyResource:
    Type: AWS::Config::Connector
    Properties:
      ConnectorConfiguration: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

config:PutConnectorconfig:GetConnectorconfig:TagResourceconfig:ListTagsForResourceiam:CreateServiceLinkedRole

read

config:GetConnectorconfig:ListTagsForResource

update

config:GetConnectorconfig:TagResourceconfig:UntagResourceconfig:ListTagsForResource

delete

config:DeleteConnector

list

config:ListConnectors

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

ServiceConfig
Properties5
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ConnectorConfiguration

External Links