AWS Fundamentals Logo
AWS Fundamentals
AWS::DevOpsAgent::Service

DevOpsAgent Service

The AWS::DevOpsAgent::Service resource registers external services (like Dynatrace, MCP servers, GitLab) for integration with DevOpsAgent.

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ServiceType
string
RequiredCreate-only
ServiceDetails
ServiceDetails
Create-onlyWrite-only

Return Values

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

AttributeTypeDescription
AccessibleResourcesArray<object>List of accessible resources for this service
AdditionalServiceDetailsAdditionalServiceDetailsAdditional details specific to the service type
ServiceIdstringThe unique identifier of the service

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::Service

Resources:
  MyResource:
    Type: AWS::DevOpsAgent::Service
    Properties:
      ServiceType: "value"

Required IAM Permissions

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

create

aidevops:RegisterServiceaidevops:GetService

read

aidevops:GetService

delete

aidevops:DeregisterServiceaidevops:GetService

list

aidevops:ListServices

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
Properties5
Required1
TaggingNot supported
Primary IDServiceId

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

ServiceTypeServiceDetails

Related Resources

External Links