AWS::DevOpsAgent::ServiceThe AWS::DevOpsAgent::Service resource registers external services (like Dynatrace, MCP servers, GitLab) for integration with DevOpsAgent.
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ServiceType | string | RequiredCreate-only |
ServiceDetails | ServiceDetails | Create-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccessibleResources | Array<object> | List of accessible resources for this service |
AdditionalServiceDetails | AdditionalServiceDetails | Additional details specific to the service type |
ServiceId | string | The unique identifier of the service |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DevOpsAgent::Service
Resources:
MyResource:
Type: AWS::DevOpsAgent::Service
Properties:
ServiceType: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
aidevops:RegisterServiceaidevops:GetServiceaidevops:GetServiceaidevops:DeregisterServiceaidevops:GetServiceaidevops:ListServicesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterServiceIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ServiceTypeServiceDetails