File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ pipeline:
2121 filters: []
2222
2323 outputs:
24- # Send logs onward to CloudWatch. Log groups by the derived name must pre-exist, and this
25- # service must have sufficient IAM permissions to create log streams and post events to them.
24+ # Send logs onward to CloudWatch. Log groups by the given name must pre-exist, and this service
25+ # must have sufficient IAM permissions to post events to these log streams. If these log streams
26+ # do not exist, this service must have permission to create them.
2627 - name: cloudwatch_logs
2728 match: cloudwatch.stalwart.mail
2829 log_group_name: /tb/${ENV}/stalwart
Original file line number Diff line number Diff line change 55import json
66import pulumi_aws as aws
77
8- from tb_pulumi .constants import ASSUME_ROLE_POLICY , IAM_POLICY_DOCUMENT
8+ from tb_pulumi .constants import ASSUME_ROLE_POLICY
99
1010
1111def iam (
You can’t perform that action at this time.
0 commit comments