File tree Expand file tree Collapse file tree
packages/cdkConstructs/src/constructs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export class ExpressStateMachine extends Construct {
119119
120120 if ( addSplunkSubscriptionFilter ) {
121121 if ( splunkDeliveryStream ) {
122- new CfnSubscriptionFilter ( this , "LambdaLogsSplunkSubscriptionFilter " , {
122+ new CfnSubscriptionFilter ( this , "StateMachineLogsSplunkSubscriptionFilter " , {
123123 destinationArn : splunkDeliveryStream . attrArn ,
124124 filterPattern : "" ,
125125 logGroupName : logGroup . logGroupName ,
@@ -128,7 +128,7 @@ export class ExpressStateMachine extends Construct {
128128 } else {
129129 const splunkDeliveryStreamImport = Stream . fromStreamArn (
130130 this , "SplunkDeliveryStream" , LAMBDA_RESOURCES . SplunkDeliveryStream )
131- new CfnSubscriptionFilter ( this , "LambdaLogsSplunkSubscriptionFilter " , {
131+ new CfnSubscriptionFilter ( this , "StateMachineLogsSplunkSubscriptionFilter " , {
132132 destinationArn : splunkDeliveryStreamImport . streamArn ,
133133 filterPattern : "" ,
134134 logGroupName : logGroup . logGroupName ,
You can’t perform that action at this time.
0 commit comments