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

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

Filter:
PropertyTypeFlags
ServiceType
string
RequiredCreate-only
KmsKeyArn
string
Create-only
ServiceDetails
ServiceDetails
Create-onlyWrite-only
Tags
Array<Tag>

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
ArnstringThe Amazon Resource Name (ARN) of the Service.
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"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

aidevops:RegisterServiceaidevops:GetServiceaidevops:TagResourceaidevops:ListTagsForResourceiam:CreateServiceLinkedRoleiam:PassRolekms:Decryptkms:DescribeKeykms:Encryptkms:GenerateDataKeykms:GenerateDataKeyPairkms:GenerateDataKeyPairWithoutPlaintextkms:GenerateDataKeyWithoutPlaintextkms:ReEncryptFromkms:ReEncryptTo

read

aidevops:GetServiceaidevops:ListTagsForResource

update

aidevops:GetServiceaidevops:TagResourceaidevops:UntagResourceaidevops:ListTagsForResource

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
Properties8
Required1
TaggingSupported
Primary IDServiceId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ServiceTypeServiceDetailsKmsKeyArn

External Links