Update Service Integration
devopsguru_update_service_integration | R Documentation |
Enables or disables integration with a service that can be integrated with DevOps Guru¶
Description¶
Enables or disables integration with a service that can be 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_update_service_integration(ServiceIntegration)
Arguments¶
ServiceIntegration |
[required] An |
Value¶
An empty list.
Request syntax¶
svc$update_service_integration(
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"
)
)
)