interface IntegerCriteriaConditionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ComputeOptimizer.CfnAutomationRule.IntegerCriteriaConditionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscomputeoptimizer#CfnAutomationRule_IntegerCriteriaConditionProperty |
Java | software.amazon.awscdk.services.computeoptimizer.CfnAutomationRule.IntegerCriteriaConditionProperty |
Python | aws_cdk.aws_computeoptimizer.CfnAutomationRule.IntegerCriteriaConditionProperty |
TypeScript | aws-cdk-lib » aws_computeoptimizer » CfnAutomationRule » IntegerCriteriaConditionProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_computeoptimizer as computeoptimizer } from 'aws-cdk-lib';
const integerCriteriaConditionProperty: computeoptimizer.CfnAutomationRule.IntegerCriteriaConditionProperty = {
comparison: 'comparison',
values: [123],
};
Properties
| Name | Type | Description |
|---|---|---|
| comparison? | string | |
| values? | number[] | IResolvable |
comparison?
Type:
string
(optional)
values?
Type:
number[] | IResolvable
(optional)

.NET
Go
Java
Python
TypeScript