AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DevOpsAgent::Service

CfnService

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

Import

import { CfnService } from 'aws-cdk-lib/aws-devopsagent';

Or use the module namespace:

import * as devopsagent from 'aws-cdk-lib/aws-devopsagent';
// devopsagent.CfnService

Properties

Configuration passed to the constructor as CfnServiceProps.

serviceTypeRequired
string

The type of service being registered.

kmsKeyArnOptional
string

The ARN of the KMS key to use for encryption.

serviceDetailsOptional
IResolvable | ServiceDetailsProperty

Service-specific configuration details.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-devopsagent
CFN TypeAWS::DevOpsAgent::Service
Properties4

Related Constructs

External Links