Skip to content

Commit 0ea182f

Browse files
Merge pull request #189 from SumoLogic/sumo_242252
Fxied properties names for AutoEnableOptions stack
2 parents c37c72d + 810882d commit 0ea182f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aws-observability/templates/sumologic_observability.mp.test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -739,10 +739,10 @@ Resources:
739739
ALBAutoEnableS3LogsOptions: !Ref Section5aAutoEnableS3LogsALBResourcesOptions
740740
ALBS3LogsBucketName: !If [create_alb_bucket, !GetAtt CreateCommonResources.Outputs.BucketName, !Ref Section5dALBS3LogsBucketName]
741741
AutoSubscribeLogGroups: !If [create_kf_logs_source, "Yes", !If [ create_cw_logs_source, "Yes", "No" ] ]
742-
AutoSubscribeLogGroupsOptions: !Ref Section7cAutoSubscribeLogGroupsOptions
742+
AutoSubscribeLogGroupsLambdaOptions: !Ref Section7cAutoSubscribeLogGroupsOptions
743743
AutoSubscribeDestinationARNType: !If [create_kf_logs_source, "Kinesis", "Lambda" ]
744-
AutoSubscribeDestinationARNValue: !If [create_kf_logs_source, !GetAtt CreateCommonResources.Outputs.KinesisLogsDeliveryStreamARN, !If [ create_cw_logs_source, !GetAtt CreateCommonResources.Outputs.CloudWatchLambdaARN, "" ] ]
745-
AutoSubscribeLogGroupPattern: !Ref Section7dAutoSubscribeLogGroupPattern
744+
AutoSubscribeDestinationARN: !If [create_kf_logs_source, !GetAtt CreateCommonResources.Outputs.KinesisLogsDeliveryStreamARN, !If [ create_cw_logs_source, !GetAtt CreateCommonResources.Outputs.CloudWatchLambdaARN, "" ] ]
745+
AutoSubscribeLambdaLogGroupPattern: !Ref Section7dAutoSubscribeLogGroupPattern
746746
AutoSubscribeRoleArn: !If [create_kf_logs_source, !GetAtt CreateCommonResources.Outputs.KinesisLogsRoleARN, "" ]
747747
ELBAutoEnableS3Logs: !If [auto_enable_s3_logs_elb, "Yes", "No"]
748748
ELBAutoEnableS3LogsOptions: !Ref Section9aAutoEnableS3LogsELBResourcesOptions

0 commit comments

Comments
 (0)