ServiceDetails

Types

Link copied to clipboard

Azure integration with AWS Outbound Identity Federation specific service details.

Link copied to clipboard

Dynatrace-specific service details.

Link copied to clipboard

Event Channel specific service details.

Link copied to clipboard
data class Gitlab(val value: GitLabDetails) : ServiceDetails

GitLab-specific service details.

Link copied to clipboard
data class Mcpserver(val value: McpServerDetails) : ServiceDetails

MCP server-specific service details.

Link copied to clipboard

Datadog MCP server-specific service details.

Link copied to clipboard

Datadog MCP server-specific service details.

Link copied to clipboard

New Relic-specific service details.

Link copied to clipboard

Splunk MCP server-specific service details.

Link copied to clipboard
data class Pagerduty(val value: PagerDutyDetails) : ServiceDetails

PagerDuty specific service details.

Link copied to clipboard
Link copied to clipboard

ServiceNow-specific service details.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this ServiceDetails as a Gitlab and retrieves its aws.sdk.kotlin.services.devopsagent.model.GitLabDetails value. Throws an exception if the ServiceDetails is not a Gitlab.

Link copied to clipboard

Casts this ServiceDetails as a Gitlab and retrieves its aws.sdk.kotlin.services.devopsagent.model.GitLabDetails value. Returns null if the ServiceDetails is not a Gitlab.

Link copied to clipboard

Casts this ServiceDetails as a Mcpserver and retrieves its aws.sdk.kotlin.services.devopsagent.model.McpServerDetails value. Throws an exception if the ServiceDetails is not a Mcpserver.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this ServiceDetails as a Pagerduty and retrieves its aws.sdk.kotlin.services.devopsagent.model.PagerDutyDetails value. Throws an exception if the ServiceDetails is not a Pagerduty.

Link copied to clipboard
Link copied to clipboard