sparse-intern-71089
12/21/2020, 3:35 PMgentle-diamond-70147
12/21/2020, 5:50 PMonSchedule
function. That particular function is what we call a "mixin" which means it's a higher-level helper method, not a real AWS resource itself.
So, you can still achieve what you're trying to do with the lower-level AWS resources and then be able to customize the resources as much as you need.
onSchedule
ends up creating a EventRuleEventSubscription
component - which you can see the code for at https://github.com/pulumi/pulumi-aws/blob/ddc4d5623c8bb2e25428f11ab0de487b17795614/sdk/nodejs/cloudwatch/eventRuleMixins.ts#L70-L114. So you can replicate that in your own code and then customize the logGroup.future-oyster-5387
12/21/2020, 5:59 PM