interface CfnLogAnomalyDetectionIntegrationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DevOpsGuru.CfnLogAnomalyDetectionIntegrationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdevopsguru#CfnLogAnomalyDetectionIntegrationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.devopsguru.CfnLogAnomalyDetectionIntegrationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_devopsguru.CfnLogAnomalyDetectionIntegrationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_devopsguru » CfnLogAnomalyDetectionIntegrationMixinProps |
Properties for CfnLogAnomalyDetectionIntegrationPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_devopsguru as devopsguru } from '@aws-cdk/cfn-property-mixins';
const cfnLogAnomalyDetectionIntegrationMixinProps: devopsguru.CfnLogAnomalyDetectionIntegrationMixinProps = { };

.NET
Go
Java
Python
TypeScript