Skip to main content

@swamp/aws/devopsagent

v2026.04.23.3

AWS DEVOPSAGENT infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

awsdevopsagentcloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/aws/devopsagent

@swamp/aws/devopsagent/agent-spacev2026.04.23.2agent_space.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
NamestringThe name of the AgentSpace.
Description?stringThe description of the AgentSpace.
KmsKeyArn?stringThe ARN of the KMS key to use for encryption.
OperatorApp?object
Tags?arrayAn array of key-value pairs to apply to this resource.
createCreate a DevOpsAgent AgentSpace
getGet a DevOpsAgent AgentSpace
ArgumentTypeDescription
identifierstringThe primary identifier of the DevOpsAgent AgentSpace
updateUpdate a DevOpsAgent AgentSpace
deleteDelete a DevOpsAgent AgentSpace
ArgumentTypeDescription
identifierstringThe primary identifier of the DevOpsAgent AgentSpace
syncSync DevOpsAgent AgentSpace state from AWS

Resources

state(infinite)— DevOpsAgent AgentSpace resource state
@swamp/aws/devopsagent/associationv2026.04.23.2association.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
AgentSpaceIdstringThe unique identifier of the AgentSpace
ServiceIdstringThe identifier for the associated service
ConfigurationstringThe configuration that directs how AgentSpace interacts with the given service
LinkedAssociationIds?arraySet of linked association IDs for parent-child relationships
createCreate a DevOpsAgent Association
getGet a DevOpsAgent Association
ArgumentTypeDescription
identifierstringThe primary identifier of the DevOpsAgent Association
updateUpdate a DevOpsAgent Association
deleteDelete a DevOpsAgent Association
ArgumentTypeDescription
identifierstringThe primary identifier of the DevOpsAgent Association
syncSync DevOpsAgent Association state from AWS

Resources

state(infinite)— DevOpsAgent Association resource state
@swamp/aws/devopsagent/servicev2026.04.23.2service.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
ServiceTypeenumThe type of service being registered
ServiceDetails?stringService-specific configuration details for create operation
KmsKeyArn?stringThe ARN of the KMS key to use for encryption.
Tags?arrayAn array of key-value pairs to apply to this resource.
createCreate a DevOpsAgent Service
getGet a DevOpsAgent Service
ArgumentTypeDescription
identifierstringThe primary identifier of the DevOpsAgent Service
updateUpdate a DevOpsAgent Service
deleteDelete a DevOpsAgent Service
ArgumentTypeDescription
identifierstringThe primary identifier of the DevOpsAgent Service
syncSync DevOpsAgent Service state from AWS

Resources

state(infinite)— DevOpsAgent Service resource state