Skip to content

Describe Service Integration

devopsguru_describe_service_integration R Documentation

Returns the integration status of services that are integrated with DevOps Guru

Description

Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.

Usage

devopsguru_describe_service_integration()

Value

A list with the following syntax:

list(
  ServiceIntegration = list(
    OpsCenter = list(
      OptInStatus = "ENABLED"|"DISABLED"
    ),
    LogsAnomalyDetection = list(
      OptInStatus = "ENABLED"|"DISABLED"
    ),
    KMSServerSideEncryption = list(
      KMSKeyId = "string",
      OptInStatus = "ENABLED"|"DISABLED",
      Type = "CUSTOMER_MANAGED_KEY"|"AWS_OWNED_KMS_KEY"
    )
  )
)

Request syntax

svc$describe_service_integration()