interface IgnoreNearExpectedProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.APS.CfnAnomalyDetector.IgnoreNearExpectedProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnAnomalyDetector_IgnoreNearExpectedProperty | 
|  Java | software.amazon.awscdk.services.aps.CfnAnomalyDetector.IgnoreNearExpectedProperty | 
|  Python | aws_cdk.aws_aps.CfnAnomalyDetector.IgnoreNearExpectedProperty | 
|  TypeScript | aws-cdk-lib»aws_aps»CfnAnomalyDetector»IgnoreNearExpectedProperty | 
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_aps as aps } from 'aws-cdk-lib';
const ignoreNearExpectedProperty: aps.CfnAnomalyDetector.IgnoreNearExpectedProperty = {
  amount: 123,
  ratio: 123,
};
Properties
| Name | Type | Description | 
|---|---|---|
| amount? | number | |
| ratio? | number | 
amount?
Type:
number
(optional)
ratio?
Type:
number
(optional)
