getIntelligenceConfiguration

abstract suspend fun getIntelligenceConfiguration(input: GetIntelligenceConfigurationRequest = GetIntelligenceConfigurationRequest { }): GetIntelligenceConfigurationResponse

Retrieves the intelligence configuration for the calling account. Account is identified via FAS (caller identity). Returns the default configuration if none exists yet.

Samples

// The following example retrieves the intelligence configuration for the calling account. The request
// carries no parameters the account is taken from the caller identity. Payloads are shown as JSON on the wire
// they are CBOR encoded.
val resp = cloudWatchOmniClient.getIntelligenceConfiguration()