pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.kinesisfirehose.kotlin.outputs
/
DeliveryStreamBufferingHints
Delivery
Stream
Buffering
Hints
data
class
DeliveryStreamBufferingHints
(
val
intervalInSeconds
:
Int
?
=
null
,
val
sizeInMbs
:
Int
?
=
null
)
Types
Constructors
Properties
Constructors
Delivery
Stream
Buffering
Hints
Link copied to clipboard
fun
DeliveryStreamBufferingHints
(
intervalInSeconds
:
Int
?
=
null
,
sizeInMbs
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
interval
In
Seconds
Link copied to clipboard
val
intervalInSeconds
:
Int
?
=
null
size
In
Mbs
Link copied to clipboard
val
sizeInMbs
:
Int
?
=
null