{"version":"2","toolVersion":"1.84.0","snippets":{"f3c60677236889c4e1e3fbe01abd3274cfb786b7fb4053ee68807eec9ab0f453":{"translations":{"python":{"source":"# KubectlLayer bundles the 'kubectl' and 'helm' command lines\nfrom aws_cdk.lambda_layer_kubectl import KubectlLayer\n\n# fn: lambda.Function\n\nfn.add_layers(KubectlLayer(self, \"KubectlLayer\"))","version":"2"},"csharp":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nusing Amazon.CDK.LambdaLayer.Kubectl;\n\nFunction fn;\n\nfn.AddLayers(new KubectlLayer(this, \"KubectlLayer\"));","version":"1"},"java":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport software.amazon.awscdk.lambdalayer.kubectl.KubectlLayer;\n\nFunction fn;\n\nfn.addLayers(new KubectlLayer(this, \"KubectlLayer\"));","version":"1"},"go":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport \"github.com/aws-samples/dummy/awscdklambdalayerkubectl\"\n\nvar fn function\n\nfn.AddLayers(awscdklambdalayerkubectl.NewKubectlLayer(this, jsii.String(\"KubectlLayer\")))","version":"1"},"$":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlLayer } from '@aws-cdk/lambda-layer-kubectl';\n\ndeclare const fn: lambda.Function;\nfn.addLayers(new KubectlLayer(this, 'KubectlLayer'));","version":"0"}},"location":{"api":{"api":"moduleReadme","moduleFqn":"@aws-cdk/lambda-layer-kubectl"},"field":{"field":"markdown","line":27}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-lambda.Function#addLayers","@aws-cdk/aws-lambda.ILayerVersion","@aws-cdk/lambda-layer-kubectl.KubectlLayer","constructs.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlLayer } from '@aws-cdk/lambda-layer-kubectl';\n\ndeclare const fn: lambda.Function;\n/// !hide\n// Hoisted imports ended before !hide marker above\n// Fixture with packages imported, but nothing else\nimport { Construct } from 'constructs';\nimport { Stack } from '@aws-cdk/core';\nimport * as lambda from '@aws-cdk/aws-lambda';\n\nclass Fixture extends Stack {\n constructor(scope: Construct, id: string) {\n super(scope, id);\n\n // Code snippet begins after !show marker below\n/// !show\n\nfn.addLayers(new KubectlLayer(this, 'KubectlLayer'));\n/// !hide\n// Code snippet ended before !hide marker above\n }\n}\n","syntaxKindCounter":{"10":2,"75":7,"104":1,"130":1,"153":1,"169":1,"194":1,"196":1,"197":1,"225":1,"226":1,"242":1,"243":1,"254":1,"255":1,"257":1,"258":1,"290":1},"fqnsFingerprint":"95e0b6cbe2559811ba8080083cd8ede3bb15d491fd151e37943ec86cc1fc2473"},"e9faa1c4d7cf30d7be0b3ef82254bbe8c46009e017acc4787a0b28299301ab85":{"translations":{"python":{"source":"# KubectlLayer bundles the 'kubectl' and 'helm' command lines\nfrom aws_cdk.lambda_layer_kubectl import KubectlLayer\n\n# fn: lambda.Function\n\nfn.add_layers(KubectlLayer(self, \"KubectlLayer\"))","version":"2"},"csharp":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nusing Amazon.CDK.LambdaLayer.Kubectl;\n\nFunction fn;\n\nfn.AddLayers(new KubectlLayer(this, \"KubectlLayer\"));","version":"1"},"java":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport software.amazon.awscdk.lambdalayer.kubectl.KubectlLayer;\n\nFunction fn;\n\nfn.addLayers(new KubectlLayer(this, \"KubectlLayer\"));","version":"1"},"go":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport \"github.com/aws-samples/dummy/awscdklambdalayerkubectl\"\n\nvar fn function\n\nfn.AddLayers(awscdklambdalayerkubectl.NewKubectlLayer(this, jsii.String(\"KubectlLayer\")))","version":"1"},"$":{"source":"// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlLayer } from '@aws-cdk/lambda-layer-kubectl';\n\ndeclare const fn: lambda.Function;\nfn.addLayers(new KubectlLayer(this, 'KubectlLayer'));","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/lambda-layer-kubectl.KubectlLayer"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-lambda.Function#addLayers","@aws-cdk/aws-lambda.ILayerVersion","@aws-cdk/lambda-layer-kubectl.KubectlLayer","constructs.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// KubectlLayer bundles the 'kubectl' and 'helm' command lines\nimport { KubectlLayer } from '@aws-cdk/lambda-layer-kubectl';\n\ndeclare const fn: lambda.Function;\n/// !hide\n// Hoisted imports ended before !hide marker above\n// Fixture with packages imported, but nothing else\nimport { Construct } from 'constructs';\nimport { Stack } from '@aws-cdk/core';\nimport * as lambda from '@aws-cdk/aws-lambda';\n\nclass Fixture extends Stack {\n constructor(scope: Construct, id: string) {\n super(scope, id);\n\n // Code snippet begins after !show marker below\n/// !show\n\nfn.addLayers(new KubectlLayer(this, 'KubectlLayer'));\n/// !hide\n// Code snippet ended before !hide marker above\n }\n}\n","syntaxKindCounter":{"10":2,"75":7,"104":1,"130":1,"153":1,"169":1,"194":1,"196":1,"197":1,"225":1,"226":1,"242":1,"243":1,"254":1,"255":1,"257":1,"258":1,"290":1},"fqnsFingerprint":"95e0b6cbe2559811ba8080083cd8ede3bb15d491fd151e37943ec86cc1fc2473"}}}