AWS::DevOpsAgent::Service - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::DevOpsAgent::Service

The AWS::DevOpsAgent::Service resource registers an external service for integration with the Amazon DevOps Agent service.

This resource does not support updates. To modify a registered service, you must replace the resource.

Note

Services that use OAuth authorization flows (ex: Datadog, GitHub, Slack) require interactive browser-based registration through the Amazon DevOps Agent console. These service types cannot be registered using this resource.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::DevOpsAgent::Service", "Properties" : { "KmsKeyArn" : String, "ServiceDetails" : ServiceDetails, "ServiceType" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::DevOpsAgent::Service Properties: KmsKeyArn: String ServiceDetails: ServiceDetails ServiceType: String Tags: - Tag

Properties

KmsKeyArn

Property description not available.

Required: No

Type: String

Minimum: 1

Maximum: 2048

Update requires: Replacement

ServiceDetails

Service-specific configuration details provided during registration. The structure of this property depends on the value of ServiceType.

Required: No

Type: ServiceDetails

Update requires: Updates are not supported.

ServiceType

The type of external service to register.

Required: Yes

Type: String

Allowed values: dynatrace | mcpserver | mcpserversplunk | mcpservernewrelic | gitlab | servicenow

Update requires: Updates are not supported.

Tags

Property description not available.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ServiceId.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

AccessibleResources

List of accessible resources for this service.

Arn

Property description not available.

ServiceId

The unique identifier of the service.