kinesis and subscription filter for logs creation skipped when watchToEnd false
parent
bbe5ef917d
commit
e2bab20996
|
|
@ -2510,7 +2510,8 @@ Resources:
|
||||||
DependsOn:
|
DependsOn:
|
||||||
- LogGroup
|
- LogGroup
|
||||||
`;
|
`;
|
||||||
TaskDefinitionFormation.streamLogs = `SubscriptionFilter:
|
TaskDefinitionFormation.streamLogs = `
|
||||||
|
SubscriptionFilter:
|
||||||
Type: 'AWS::Logs::SubscriptionFilter'
|
Type: 'AWS::Logs::SubscriptionFilter'
|
||||||
Properties:
|
Properties:
|
||||||
FilterPattern: ''
|
FilterPattern: ''
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -132,7 +132,8 @@ Resources:
|
||||||
DependsOn:
|
DependsOn:
|
||||||
- LogGroup
|
- LogGroup
|
||||||
`;
|
`;
|
||||||
public static streamLogs = `SubscriptionFilter:
|
public static streamLogs = `
|
||||||
|
SubscriptionFilter:
|
||||||
Type: 'AWS::Logs::SubscriptionFilter'
|
Type: 'AWS::Logs::SubscriptionFilter'
|
||||||
Properties:
|
Properties:
|
||||||
FilterPattern: ''
|
FilterPattern: ''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue