interface IntegerCriteriaConditionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ComputeOptimizer.CfnAutomationRulePropsMixin.IntegerCriteriaConditionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscomputeoptimizer#CfnAutomationRulePropsMixin_IntegerCriteriaConditionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.computeoptimizer.CfnAutomationRulePropsMixin.IntegerCriteriaConditionProperty |
Python | aws_cdk.cfn_property_mixins.aws_computeoptimizer.CfnAutomationRulePropsMixin.IntegerCriteriaConditionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_computeoptimizer » CfnAutomationRulePropsMixin » 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/cfn-property-mixins';
const integerCriteriaConditionProperty: computeoptimizer.CfnAutomationRulePropsMixin.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