aws-cdk-lib.aws_groundstation.CfnDataflowEndpointGroup.IntegerRangeProperty

interface IntegerRangeProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnDataflowEndpointGroup.IntegerRangeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnDataflowEndpointGroup_IntegerRangeProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroup.IntegerRangeProperty
Pythonaws_cdk.aws_groundstation.CfnDataflowEndpointGroup.IntegerRangeProperty
TypeScript aws-cdk-lib » aws_groundstation » CfnDataflowEndpointGroup » IntegerRangeProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_groundstation as groundstation } from 'aws-cdk-lib';
const integerRangeProperty: groundstation.CfnDataflowEndpointGroup.IntegerRangeProperty = {
  maximum: 123,
  minimum: 123,
};

Properties

NameTypeDescription
maximum?numberCfnDataflowEndpointGroup.IntegerRangeProperty.Maximum.
minimum?numberCfnDataflowEndpointGroup.IntegerRangeProperty.Minimum.

maximum?

Type: number (optional)

CfnDataflowEndpointGroup.IntegerRangeProperty.Maximum.


minimum?

Type: number (optional)

CfnDataflowEndpointGroup.IntegerRangeProperty.Minimum.