AWS::DevOpsAgent::ServiceThe AWS::DevOpsAgent::Service resource registers external services (like Dynatrace, MCP servers, GitLab) for integration with DevOpsAgent.
import { CfnService } from 'aws-cdk-lib/aws-devopsagent';Or use the module namespace:
import * as devopsagent from 'aws-cdk-lib/aws-devopsagent';
// devopsagent.CfnServiceConfiguration passed to the constructor as CfnServiceProps.
serviceTypeRequiredstringThe type of service being registered.
kmsKeyArnOptionalstringThe ARN of the KMS key to use for encryption.
serviceDetailsOptionalIResolvable | ServiceDetailsPropertyService-specific configuration details.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-devopsagentAWS::DevOpsAgent::Service