toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.groundstation.kotlin.outputs
/
DataflowEndpointGroupIntegerRange
Dataflow
Endpoint
Group
Integer
Range
data
class
DataflowEndpointGroupIntegerRange
(
val
maximum
:
Int
?
=
null
,
val
minimum
:
Int
?
=
null
)
An integer range that has a minimum and maximum value.
Members
Constructors
Dataflow
Endpoint
Group
Integer
Range
Link copied to clipboard
constructor
(
maximum
:
Int
?
=
null
,
minimum
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
maximum
Link copied to clipboard
val
maximum
:
Int
?
=
null
A maximum value.
minimum
Link copied to clipboard
val
minimum
:
Int
?
=
null
A minimum value.