AWS::DevOpsAgent::AssociationResource Type definition for AWS::DevOpsAgent::Association defining how the AgentSpace interacts with external services like GitHub, Slack, AWS accounts, and others.
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AgentSpaceId | string | RequiredCreate-only |
Configuration | ServiceConfiguration | Required |
ServiceId | string | Required |
LinkedAssociationIds | Array<string> | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AssociationId | string | The unique identifier of the association |
CreatedAt | string | The timestamp when the association was created |
UpdatedAt | string | The timestamp when the association was last updated |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DevOpsAgent::Association
Resources:
MyResource:
Type: AWS::DevOpsAgent::Association
Properties:
AgentSpaceId: "my-agentspaceid"
ServiceId: "my-serviceid"
Configuration: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
aidevops:AssociateServiceaidevops:GetAgentSpaceaidevops:ListAssociationsaidevops:GetAssociationiam:PassRoleaidevops:GetAssociationaidevops:ListAssociationsaidevops:GetAgentSpaceaidevops:UpdateAssociationaidevops:ListAssociationsaidevops:GetAgentSpaceaidevops:GetAssociationiam:PassRoleaidevops:DisassociateServiceaidevops:GetAgentSpaceaidevops:GetAssociationaidevops:ListAssociationsaidevops:GetAgentSpaceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAgentSpaceIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AgentSpaceId