getIntegration
Returns the details of a single integration, identified by its identifier, Amazon Resource Name, or name.
Samples
// The following example returns the integration with the given id. Payloads are shown as JSON on the
// wire they are CBOR encoded.
val resp = cloudWatchOmniClient.getIntegration {
identifier = IntegrationIdentifier.IntegrationId("a1b2c3d4-5e6f-4a3b-8c9d-0e1f2a3b4c5d")
}Content copied to clipboard