pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
LaunchTemplateNetworkInterfaceCount
Launch
Template
Network
Interface
Count
data
class
LaunchTemplateNetworkInterfaceCount
(
val
max
:
Int
?
=
null
,
val
min
:
Int
?
=
null
)
TThe minimum and maximum number of network interfaces.
Types
Constructors
Properties
Constructors
Launch
Template
Network
Interface
Count
Link copied to clipboard
fun
LaunchTemplateNetworkInterfaceCount
(
max
:
Int
?
=
null
,
min
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Link copied to clipboard
val
max
:
Int
?
=
null
min
Link copied to clipboard
val
min
:
Int
?
=
null