Interface CfnLogAnomalyDetectionIntegrationProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLogAnomalyDetectionIntegrationProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-07-24T11:33:12.240Z") @Stability(Stable) public interface CfnLogAnomalyDetectionIntegrationProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnLogAnomalyDetectionIntegration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.devopsguru.*;
 CfnLogAnomalyDetectionIntegrationProps cfnLogAnomalyDetectionIntegrationProps = CfnLogAnomalyDetectionIntegrationProps.builder().build();
 

See Also: