pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
GetCapacityReservationResult
Get
Capacity
Reservation
Result
data
class
GetCapacityReservationResult
(
val
availableInstanceCount
:
Int
?
=
null
,
val
endDate
:
String
?
=
null
,
val
endDateType
:
String
?
=
null
,
val
id
:
String
?
=
null
,
val
instanceCount
:
Int
?
=
null
,
val
totalInstanceCount
:
Int
?
=
null
)
Types
Constructors
Properties
Constructors
Get
Capacity
Reservation
Result
Link copied to clipboard
fun
GetCapacityReservationResult
(
availableInstanceCount
:
Int
?
=
null
,
endDate
:
String
?
=
null
,
endDateType
:
String
?
=
null
,
id
:
String
?
=
null
,
instanceCount
:
Int
?
=
null
,
totalInstanceCount
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
available
Instance
Count
Link copied to clipboard
val
availableInstanceCount
:
Int
?
=
null
end
Date
Link copied to clipboard
val
endDate
:
String
?
=
null
end
Date
Type
Link copied to clipboard
val
endDateType
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null
instance
Count
Link copied to clipboard
val
instanceCount
:
Int
?
=
null
total
Instance
Count
Link copied to clipboard
val
totalInstanceCount
:
Int
?
=
null