kinesis and subscription filter for logs creation skipped when watchToEnd false
parent
e2bab20996
commit
bf825d0f4c
|
|
@ -2535,7 +2535,8 @@ TaskDefinitionFormation.streamLogs = `
|
||||||
ShardCount: 1
|
ShardCount: 1
|
||||||
Metadata:
|
Metadata:
|
||||||
'AWS::CloudFormation::Designer':
|
'AWS::CloudFormation::Designer':
|
||||||
id: c6f18447-b879-4696-8873-f981b2cedd2b`;
|
id: c6f18447-b879-4696-8873-f981b2cedd2b
|
||||||
|
`;
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -157,5 +157,6 @@ Resources:
|
||||||
ShardCount: 1
|
ShardCount: 1
|
||||||
Metadata:
|
Metadata:
|
||||||
'AWS::CloudFormation::Designer':
|
'AWS::CloudFormation::Designer':
|
||||||
id: c6f18447-b879-4696-8873-f981b2cedd2b`;
|
id: c6f18447-b879-4696-8873-f981b2cedd2b
|
||||||
|
`;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue