toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.inputs
/
CapacityReservationFleetInstanceTypeSpecificationArgs
/
CapacityReservationFleetInstanceTypeSpecificationArgs
Capacity
Reservation
Fleet
Instance
Type
Specification
Args
constructor
(
availabilityZone
:
Output
<
String
>
?
=
null
,
availabilityZoneId
:
Output
<
String
>
?
=
null
,
ebsOptimized
:
Output
<
Boolean
>
?
=
null
,
instancePlatform
:
Output
<
String
>
?
=
null
,
instanceType
:
Output
<
String
>
?
=
null
,
priority
:
Output
<
Int
>
?
=
null
,
weight
:
Output
<
Double
>
?
=
null
)