We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da7a51 commit 713581bCopy full SHA for 713581b
packages/@aws-cdk/custom-resource-handlers/lib/aws-eks/cluster-resource-handler/compareLogging.ts
@@ -18,7 +18,7 @@ export function compareLoggingProps(oldProps: Partial<EKS.CreateClusterCommandIn
18
if (newProps.logging?.clusterLogging === undefined && oldProps.logging?.clusterLogging === undefined) {
19
return newProps;
20
}
21
- // if newProps containes LogSetup
+ // if newProps contains LogSetup
22
if (newProps.logging && newProps.logging.clusterLogging && newProps.logging.clusterLogging.length > 0) {
23
enabledTypes = newProps.logging.clusterLogging[0].types!;
24
// if oldProps contains LogSetup with enabled:true
0 commit comments