AWS::Config::ConnectorResource Type definition for AWS::Config::Connector
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectorConfiguration | ConnectorConfiguration | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the connector. |
CreatedTime | string | The time at which the connector was created. |
Name | string | The name of the connector. AWS Config automatically assigns the name when creating the Connector. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Config::Connector
Resources:
MyResource:
Type: AWS::Config::Connector
Properties:
ConnectorConfiguration: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
config:PutConnectorconfig:GetConnectorconfig:TagResourceconfig:ListTagsForResourceiam:CreateServiceLinkedRoleconfig:GetConnectorconfig:ListTagsForResourceconfig:GetConnectorconfig:TagResourceconfig:UntagResourceconfig:ListTagsForResourceconfig:DeleteConnectorconfig:ListConnectorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConnectorConfiguration