AWS Fundamentals Logo
AWS Fundamentals
AWS::DevOpsAgent::Association

DevOpsAgent Association

Resource Type definition for AWS::DevOpsAgent::Association defining how the AgentSpace interacts with external services like GitHub, Slack, AWS accounts, and others.

Properties

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

Filter:
PropertyTypeFlags
AgentSpaceId
string
RequiredCreate-only
Configuration
ServiceConfiguration
Required
ServiceId
string
Required
LinkedAssociationIds
Array<string>
Write-only

Return Values

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

AttributeTypeDescription
AssociationIdstringThe unique identifier of the association
CreatedAtstringThe timestamp when the association was created
UpdatedAtstringThe timestamp when the association 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::DevOpsAgent::Association

Resources:
  MyResource:
    Type: AWS::DevOpsAgent::Association
    Properties:
      AgentSpaceId: "my-agentspaceid"
      ServiceId: "my-serviceid"
      Configuration: "value"

Required IAM Permissions

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

create

aidevops:AssociateServiceaidevops:GetAgentSpaceaidevops:ListAssociationsaidevops:GetAssociationiam:PassRole

read

aidevops:GetAssociationaidevops:ListAssociationsaidevops:GetAgentSpace

update

aidevops:UpdateAssociationaidevops:ListAssociationsaidevops:GetAgentSpaceaidevops:GetAssociationiam:PassRole

delete

aidevops:DisassociateServiceaidevops:GetAgentSpaceaidevops:GetAssociation

list

aidevops:ListAssociationsaidevops:GetAgentSpace

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

ServiceDevOpsAgent
Properties7
Required3
TaggingNot supported
Primary IDAgentSpaceId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

AgentSpaceId

Related Resources

External Links