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::Association ServiceConfiguration
The configuration that directs how Agent Space interacts with the given service. You can specify only one configuration type per association.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Aws" :AWSConfiguration, "Dynatrace" :DynatraceConfiguration, "EventChannel" :EventChannelConfiguration, "GitHub" :GitHubConfiguration, "GitLab" :GitLabConfiguration, "MCPServer" :MCPServerConfiguration, "MCPServerDatadog" :MCPServerDatadogConfiguration, "MCPServerNewRelic" :MCPServerNewRelicConfiguration, "MCPServerSplunk" :MCPServerSplunkConfiguration, "ServiceNow" :ServiceNowConfiguration, "Slack" :SlackConfiguration, "SourceAws" :SourceAwsConfiguration}
YAML
Aws:AWSConfigurationDynatrace:DynatraceConfigurationEventChannel:EventChannelConfigurationGitHub:GitHubConfigurationGitLab:GitLabConfigurationMCPServer:MCPServerConfigurationMCPServerDatadog:MCPServerDatadogConfigurationMCPServerNewRelic:MCPServerNewRelicConfigurationMCPServerSplunk:MCPServerSplunkConfigurationServiceNow:ServiceNowConfigurationSlack:SlackConfigurationSourceAws:SourceAwsConfiguration
Properties
Aws-
Configuration for AWS monitor account integration. Specifies the account ID, assumable role ARN, and resources to be monitored in the primary monitoring account.
Required: No
Type: AWSConfiguration
Update requires: No interruption
Dynatrace-
Configuration for Dynatrace monitoring integration. Specifies the environment ID, resources to monitor, and webhook settings to enable the Agent Space to access Dynatrace metrics, traces, and logs.
Required: No
Type: DynatraceConfiguration
Update requires: No interruption
EventChannel-
Configuration for Event Channel integration. Specifies webhook settings to enable the Agent Space to receive and process real-time events from external systems.
Required: No
Type: EventChannelConfiguration
Update requires: No interruption
GitHub-
Configuration for GitHub repository integration. Specifies the repository name, repository ID, owner, and owner type to enable the Agent Space to access code, pull requests, and issues.
Required: No
Type: GitHubConfiguration
Update requires: No interruption
GitLab-
Configuration for GitLab project integration. Specifies the project ID, project path, instance identifier, and webhook settings to enable the Agent Space to access code, merge requests, and issues.
Required: No
Type: GitLabConfiguration
Update requires: No interruption
MCPServer-
Configuration for custom MCP (Model Context Protocol) server integration. Specifies the server name, endpoint URL, available tools, description, and webhook settings to enable the Agent Space to interact with custom MCP servers.
Required: No
Type: MCPServerConfiguration
Update requires: No interruption
MCPServerDatadog-
Configuration for Datadog MCP server integration. Specifies the server name, endpoint URL, optional description, and webhook settings to enable the Agent Space to query metrics, traces, and logs from Datadog.
Required: No
Type: MCPServerDatadogConfiguration
Update requires: No interruption
MCPServerNewRelic-
Configuration for New Relic MCP server integration. Specifies the New Relic account ID and MCP endpoint URL to enable the Agent Space to query metrics, traces, and logs from New Relic.
Required: No
Type: MCPServerNewRelicConfiguration
Update requires: No interruption
MCPServerSplunk-
Configuration for Splunk MCP server integration. Specifies the server name, endpoint URL, optional description, and webhook settings to enable the Agent Space to query logs, metrics, and events from Splunk.
Required: No
Type: MCPServerSplunkConfiguration
Update requires: No interruption
ServiceNow-
Configuration for ServiceNow instance integration. Specifies the instance URL, instance ID, and webhook settings to enable the Agent Space to create, update, and manage ServiceNow incidents and change requests.
Required: No
Type: ServiceNowConfiguration
Update requires: No interruption
Slack-
Configuration for Slack workspace integration. Specifies the workspace ID, workspace name, and transmission targets to enable the Agent Space to send notifications to designated Slack channels.
Required: No
Type: SlackConfiguration
Update requires: No interruption
SourceAws-
Configuration for AWS source account integration. Specifies the account ID, assumable role ARN, and resources to be monitored in the source account.
Required: No
Type: SourceAwsConfiguration
Update requires: No interruption