justindra
04/23/2022, 10:02 PMFrank
justindra
04/28/2022, 12:09 AMFrank
Frank
// Create an L2 Firehose delivery stream
const firehose = new firehose.DeliveryStream(...);
// Create an L2 ElasticSearch domain
const domain = new es.Domain(...);
// You can get the L1 constructs like this
firehose.node.defaultChild
domain.node.defaultChild
Frank
justindra
04/28/2022, 12:15 AMjustindra
04/28/2022, 4:21 PM