Interface CfnLogAnomalyDetectionIntegrationProps

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

@Generated(value="jsii-pacmak/1.110.0 (build 336b265)", date="2025-04-24T21:15:50.127Z") @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: