AWS::DevOpsAgent::Service - AWS CloudFormation

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

AWS::DevOpsAgent::Service

The AWS::DevOpsAgent::Service resource registers an external service for integration with the AWS 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 AWS DevOps Agent console. These service types cannot be registered using this resource.

Syntax

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

JSON

{ "Type" : "AWS::DevOpsAgent::Service", "Properties" : { "ServiceDetails" : ServiceDetails, "ServiceType" : String } }

YAML

Type: AWS::DevOpsAgent::Service Properties: ServiceDetails: ServiceDetails ServiceType: String

Properties

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.

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.

ServiceId

The unique identifier of the service.