/dhall-aws-cloudformation/cloudformation/AWS::KinesisFirehose::DeliveryStream/AmazonopensearchserviceBufferingHints.dhall

Copy path to clipboard

Source

{ Type = { IntervalInSeconds : Optional Integer, SizeInMBs : Optional Integer }
, default = { IntervalInSeconds = None Integer, SizeInMBs = None Integer }
}