---
type: resource-type
title: DevOpsAgentAssociation
description: aws resource type AWS::DevOpsAgent::Association
name: DevOpsAgentAssociation
lexicon: aws
resource_type: AWS::DevOpsAgent::Association
---
`AWS::DevOpsAgent::Association`, a resource type of the aws lexicon.

## Properties

- `AgentSpaceId` (`string`, required): The unique identifier of the AgentSpace
- `Configuration` (`Record<string, unknown>`, required): The configuration that directs how AgentSpace interacts with the given service
- `ServiceId` (`string`, required): The identifier for the associated service
- `AssociationId` (`string`, optional): The unique identifier of the association
- `CreatedAt` (`string`, optional): The timestamp when the association was created
- `LinkedAssociationIds` (`string[]`, optional): Set of linked association IDs for parent-child relationships
- `UpdatedAt` (`string`, optional): The timestamp when the association was last updated

## Attributes

- `AssociationId`
- `CreatedAt`
- `UpdatedAt`
