diff --git a/apps/collection/template.yaml b/apps/collection/template.yaml index e02def57..04891e39 100644 --- a/apps/collection/template.yaml +++ b/apps/collection/template.yaml @@ -278,6 +278,7 @@ Resources: - Outputs.WriterRole LogGroupNamePrefixes: !Join [",", !Ref LogGroupNamePrefixes] LogGroupNamePatterns: !Join [",", !Ref LogGroupNamePatterns] + DiscoveryRate: "24 hours" NameOverride: !Ref NameOverride SubscriberLogGroupSubscription: Type: AWS::Logs::SubscriptionFilter diff --git a/integration/tests/collection.tftest.hcl b/integration/tests/collection.tftest.hcl index 9897b98c..549bf82d 100644 --- a/integration/tests/collection.tftest.hcl +++ b/integration/tests/collection.tftest.hcl @@ -81,6 +81,10 @@ variables { "s3:ListBucket", "s3:PutBucketNotification", "s3:PutLifecycleConfiguration", + "scheduler:GetSchedule", + "scheduler:CreateSchedule", + "scheduler:UpdateSchedule", + "scheduler:DeleteSchedule", "sns:CreateTopic", "sns:DeleteTopic", "sns:GetTopicAttributes",